Skip to content

Commit 889cff3

Browse files
committed
Merge branch '3.x' into 4.x
2 parents 624d52f + 9fd6eae commit 889cff3

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', 'nightly']
23+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', 'nightly']
2424

2525
continue-on-error: ${{ matrix.php == 'nightly' }}
2626

.github/workflows/test.yml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
23+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
2424
phpunit: ['auto']
2525
coverage: [true]
2626
experimental: [false]
@@ -104,8 +104,8 @@ jobs:
104104
phpunit: '11.3.6'
105105
coverage: true
106106
experimental: false
107-
- php: '8.4'
108-
phpunit: '12.0.0'
107+
- php: '8.5'
108+
phpunit: '12.3.9'
109109
coverage: true
110110
experimental: false
111111

@@ -237,6 +237,7 @@ jobs:
237237
# - PHPUnit 8 supports PHP 8.2 as of PHPUnit 8.5.19 (for our purposes).
238238
# - PHPUnit 8 supports PHP 8.3 as of PHPUnit 8.5.19 (for our purposes).
239239
# - PHPUnit 8 supports PHP 8.4 as of PHPUnit 8.5.40 (for our purposes).
240+
# - PHPUnit 8 supports PHP 8.5 as of PHPUnit 8.5.43 (for our purposes).
240241
# - PHPUnit 8 does not support running code coverage on PHP 8.0 or higher.
241242
- php: '7.2'
242243
phpunit: '8.0'
@@ -248,9 +249,9 @@ jobs:
248249
coverage: true
249250
- php: '8.0'
250251
phpunit: '8.5.12'
251-
- php: '8.4'
252-
phpunit: '8.5.40'
253-
- php: '8.4'
252+
- php: '8.5'
253+
phpunit: '8.5.43'
254+
- php: '8.5'
254255
phpunit: '8'
255256

256257
# PHPUnit 9 is fully supported for the officially supported PHP versions.
@@ -260,6 +261,7 @@ jobs:
260261
# - PHPUnit 9 supports PHP 8.2 as of PHPUnit 9.5.8 (for our purposes).
261262
# - PHPUnit 9 supports PHP 8.3 as of PHPUnit 9.5.8 (for our purposes).
262263
# - PHPUnit 9 supports PHP 8.4 as of PHPUnit 9.6.21 (for our purposes).
264+
# - PHPUnit 9 supports PHP 8.5 as of PHPUnit 9.6.26 (for our purposes).
263265
- php: '7.3'
264266
phpunit: '9.0'
265267
coverage: true
@@ -277,13 +279,18 @@ jobs:
277279
phpunit: '9.6.21'
278280
- php: '8.4'
279281
phpunit: '9'
282+
- php: '8.5'
283+
phpunit: '9.6.26'
284+
- php: '8.5'
285+
phpunit: '9'
280286
coverage: true
281287

282288
# PHPUnit 10 is NOT supported in PHPUnit Polyfills 3.x.
283289

284290
# PHPUnit 11 is fully supported for the officially supported PHP versions.
285291
# Caveats:
286292
# - PHPUnit 11 supports PHP 8.4 as of PHPUnit 11.3.6 (for our purposes).
293+
# - PHPUnit 11 supports PHP 8.5 as of PHPUnit 11.5.37 (for our purposes).
287294
#
288295
# Mind: code coverage can not be run on PHPUnit 11.2.0 - 11.3.2.
289296
# For a full explanation, see above (in the strategy for the other test job).
@@ -301,9 +308,15 @@ jobs:
301308
phpunit: '11.3.6'
302309
- php: '8.4'
303310
phpunit: '11'
311+
- php: '8.5'
312+
phpunit: '11.5.37'
313+
- php: '8.5'
314+
phpunit: '11'
304315
coverage: true
305316

306317
# PHPUnit 12 is fully supported for the officially supported PHP versions.
318+
# Caveats:
319+
# - PHPUnit 12 supports PHP 8.5 as of PHPUnit 12.3.9 (for our purposes).
307320
- php: '8.3'
308321
phpunit: '12.0'
309322
- php: '8.3'
@@ -313,6 +326,10 @@ jobs:
313326
phpunit: '12.0'
314327
- php: '8.4'
315328
phpunit: '12'
329+
- php: '8.5'
330+
phpunit: '12.3.9'
331+
- php: '8.5'
332+
phpunit: '12'
316333
coverage: true
317334

318335
# Experimental builds.

0 commit comments

Comments
 (0)