|
14 | 14 | jobs:
|
15 | 15 | phpunit-smoke-check:
|
16 | 16 | name: "PHPUnit with SQLite"
|
17 |
| - runs-on: "ubuntu-20.04" |
| 17 | + runs-on: "ubuntu-22.04" |
18 | 18 |
|
19 | 19 | strategy:
|
20 | 20 | matrix:
|
|
76 | 76 |
|
77 | 77 | phpunit-postgres:
|
78 | 78 | name: "PHPUnit with PostgreSQL"
|
79 |
| - runs-on: "ubuntu-20.04" |
| 79 | + runs-on: "ubuntu-22.04" |
80 | 80 | needs: "phpunit-smoke-check"
|
81 | 81 |
|
82 | 82 | strategy:
|
@@ -142,7 +142,7 @@ jobs:
|
142 | 142 |
|
143 | 143 | phpunit-mariadb:
|
144 | 144 | name: "PHPUnit with MariaDB"
|
145 |
| - runs-on: "ubuntu-20.04" |
| 145 | + runs-on: "ubuntu-22.04" |
146 | 146 | needs: "phpunit-smoke-check"
|
147 | 147 |
|
148 | 148 | strategy:
|
@@ -218,7 +218,7 @@ jobs:
|
218 | 218 |
|
219 | 219 | phpunit-mysql:
|
220 | 220 | name: "PHPUnit with MySQL"
|
221 |
| - runs-on: "ubuntu-20.04" |
| 221 | + runs-on: "ubuntu-22.04" |
222 | 222 | needs: "phpunit-smoke-check"
|
223 | 223 |
|
224 | 224 | strategy:
|
@@ -301,7 +301,7 @@ jobs:
|
301 | 301 |
|
302 | 302 | phpunit-lower-php-versions:
|
303 | 303 | name: "PHPUnit with SQLite"
|
304 |
| - runs-on: "ubuntu-20.04" |
| 304 | + runs-on: "ubuntu-22.04" |
305 | 305 |
|
306 | 306 | strategy:
|
307 | 307 | matrix:
|
@@ -334,7 +334,7 @@ jobs:
|
334 | 334 |
|
335 | 335 | upload_coverage:
|
336 | 336 | name: "Upload coverage to Codecov"
|
337 |
| - runs-on: "ubuntu-20.04" |
| 337 | + runs-on: "ubuntu-22.04" |
338 | 338 | needs:
|
339 | 339 | - "phpunit-smoke-check"
|
340 | 340 | - "phpunit-postgres"
|
|
0 commit comments