3535 strategy :
3636 matrix :
3737 os :
38- - " ubuntu-22 .04"
38+ - " ubuntu-24 .04"
3939 php-version :
4040 - " 8.4"
4141 - " 8.5"
@@ -44,11 +44,11 @@ jobs:
4444 extension :
4545 - " pdo_sqlite"
4646 include :
47- - os : " ubuntu-20 .04"
47+ - os : " ubuntu-22 .04"
4848 php-version : " 8.1"
4949 dependencies : " lowest"
5050 extension : " pdo_sqlite"
51- - os : " ubuntu-22 .04"
51+ - os : " ubuntu-24 .04"
5252 php-version : " 8.1"
5353 dependencies : " highest"
5454 extension : " sqlite3"
9393
9494 phpunit-oci8 :
9595 name : " PHPUnit on OCI8"
96- runs-on : " ubuntu-22 .04"
96+ runs-on : " ubuntu-24 .04"
9797 needs : " phpunit-smoke-check"
9898
9999 strategy :
@@ -153,7 +153,7 @@ jobs:
153153
154154 phpunit-pdo-oci :
155155 name : " PHPUnit on PDO_OCI"
156- runs-on : " ubuntu-22 .04"
156+ runs-on : " ubuntu-24 .04"
157157 needs : " phpunit-smoke-check"
158158
159159 strategy :
@@ -213,7 +213,7 @@ jobs:
213213
214214 phpunit-postgres :
215215 name : " PHPUnit with PostgreSQL"
216- runs-on : " ubuntu-22 .04"
216+ runs-on : " ubuntu-24 .04"
217217 needs : " phpunit-smoke-check"
218218
219219 strategy :
@@ -283,7 +283,7 @@ jobs:
283283
284284 phpunit-mariadb :
285285 name : " PHPUnit with MariaDB"
286- runs-on : " ubuntu-22 .04"
286+ runs-on : " ubuntu-24 .04"
287287 needs : " phpunit-smoke-check"
288288
289289 strategy :
@@ -357,7 +357,7 @@ jobs:
357357
358358 phpunit-mysql :
359359 name : " PHPUnit with MySQL"
360- runs-on : " ubuntu-22 .04"
360+ runs-on : " ubuntu-24 .04"
361361 needs : " phpunit-smoke-check"
362362
363363 strategy :
@@ -435,7 +435,7 @@ jobs:
435435
436436 phpunit-mssql :
437437 name : " PHPUnit with SQL Server"
438- runs-on : " ubuntu-20 .04"
438+ runs-on : " ubuntu-22 .04"
439439 needs : " phpunit-smoke-check"
440440
441441 strategy :
@@ -502,7 +502,7 @@ jobs:
502502
503503 phpunit-ibm-db2 :
504504 name : " PHPUnit with IBM DB2"
505- runs-on : " ubuntu-22 .04"
505+ runs-on : " ubuntu-24 .04"
506506 needs : " phpunit-smoke-check"
507507
508508 strategy :
@@ -571,7 +571,7 @@ jobs:
571571
572572 development-deps :
573573 name : " PHPUnit with PDO_SQLite and development dependencies"
574- runs-on : " ubuntu-22 .04"
574+ runs-on : " ubuntu-24 .04"
575575
576576 strategy :
577577 matrix :
@@ -600,7 +600,7 @@ jobs:
600600
601601 upload_coverage :
602602 name : " Upload coverage to Codecov"
603- runs-on : " ubuntu-22 .04"
603+ runs-on : " ubuntu-24 .04"
604604 needs :
605605 - " phpunit-smoke-check"
606606 - " phpunit-oci8"
0 commit comments