6363 strategy :
6464 fail-fast : false
6565 matrix :
66- os : [ ubuntu-24.04 ]
66+ os : [ ubuntu-latest ]
6767 php : [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
6868 db-type : [ 'mysql' ]
6969 db-version : [ '5.7', '8.0', '8.4' ]
@@ -73,37 +73,37 @@ jobs:
7373
7474 include :
7575 # Include jobs that test with memcached.
76- - os : ubuntu-24.04
76+ - os : ubuntu-latest
7777 php : ' 8.3'
7878 db-type : ' mysql'
7979 db-version : ' 8.4'
8080 tests-domain : ' example.org'
8181 multisite : false
8282 memcached : true
83- - os : ubuntu-24.04
83+ - os : ubuntu-latest
8484 php : ' 8.3'
8585 db-type : ' mysql'
8686 db-version : ' 8.4'
8787 tests-domain : ' example.org'
8888 multisite : true
8989 memcached : true
9090 # Include jobs with a port on the test domain for both single and multisite.
91- - os : ubuntu-24.04
91+ - os : ubuntu-latest
9292 php : ' 8.4'
9393 db-type : ' mysql'
9494 db-version : ' 8.4'
9595 tests-domain : ' example.org:8889'
9696 multisite : false
9797 memcached : false
98- - os : ubuntu-24.04
98+ - os : ubuntu-latest
9999 php : ' 8.4'
100100 db-type : ' mysql'
101101 db-version : ' 8.4'
102102 tests-domain : ' example.org:8889'
103103 multisite : true
104104 memcached : false
105105 # Report test results to the Host Test Results.
106- - os : ubuntu-24.04
106+ - os : ubuntu-latest
107107 db-type : ' mysql'
108108 db-version : ' 8.4'
109109 tests-domain : ' example.org'
@@ -134,7 +134,7 @@ jobs:
134134 strategy :
135135 fail-fast : false
136136 matrix :
137- os : [ ubuntu-24.04 ]
137+ os : [ ubuntu-latest ]
138138 php : [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
139139 db-type : [ 'mariadb' ]
140140 db-version : [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4' ]
@@ -143,13 +143,13 @@ jobs:
143143
144144 include :
145145 # Include jobs that test with memcached.
146- - os : ubuntu-24.04
146+ - os : ubuntu-latest
147147 php : ' 8.3'
148148 db-type : ' mariadb'
149149 db-version : ' 11.4'
150150 multisite : false
151151 memcached : true
152- - os : ubuntu-24.04
152+ - os : ubuntu-latest
153153 php : ' 8.3'
154154 db-type : ' mariadb'
155155 db-version : ' 11.4'
@@ -184,7 +184,7 @@ jobs:
184184 strategy :
185185 fail-fast : false
186186 matrix :
187- os : [ ubuntu-24.04 ]
187+ os : [ ubuntu-latest ]
188188 php : [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
189189 db-type : [ 'mysql', 'mariadb' ]
190190 db-version : [ '9.1', '11.6' ]
@@ -255,7 +255,7 @@ jobs:
255255
256256 failed-workflow :
257257 name : Failed workflow tasks
258- runs-on : ubuntu-24.04
258+ runs-on : ubuntu-latest
259259 permissions :
260260 actions : write
261261 needs : [ slack-notifications ]
0 commit comments