Skip to content

Commit d923a65

Browse files
committed
Run tests on PHP 8.5
1 parent 620d6ab commit d923a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: true
4141
matrix:
42-
php: [8.2, 8.3, 8.4]
42+
php: [8.2, 8.3, 8.4, 8.5]
4343
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.3.0']
4444
stability: [prefer-lowest, prefer-stable]
4545
exclude:
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: true
118118
matrix:
119-
php: [8.2, 8.3, 8.4]
119+
php: [8.2, 8.3, 8.4, 8.5]
120120
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.3.0']
121121
stability: [prefer-lowest, prefer-stable]
122122
exclude:

0 commit comments

Comments
 (0)