Skip to content

Commit a18be0b

Browse files
authored
Use Ubuntu 20.04 for tests (#302)
1 parent 37fcd80 commit a18be0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
verification:
1616
name: "Verification tests"
17-
runs-on: "ubuntu-18.04"
17+
runs-on: "ubuntu-20.04"
1818

1919
steps:
2020
- name: "Checkout"
@@ -81,7 +81,7 @@ jobs:
8181
fail-fast: true
8282
matrix:
8383
os:
84-
- "ubuntu-18.04"
84+
- "ubuntu-20.04"
8585
php-version:
8686
- "7.2"
8787
- "7.3"
@@ -96,17 +96,17 @@ jobs:
9696
- "normal"
9797
include:
9898
- deps: "low"
99-
os: "ubuntu-18.04"
99+
os: "ubuntu-20.04"
100100
php-version: "5.6"
101101
mongodb-version: "3.0"
102102
driver-version: "1.2.0"
103103
- deps: "normal"
104-
os: "ubuntu-18.04"
104+
os: "ubuntu-20.04"
105105
php-version: "7.0"
106106
mongodb-version: "4.4"
107107
driver-version: "1.9.2"
108108
- deps: "normal"
109-
os: "ubuntu-18.04"
109+
os: "ubuntu-20.04"
110110
php-version: "7.1"
111111
mongodb-version: "4.4"
112112
driver-version: "1.11.1"

0 commit comments

Comments
 (0)