Skip to content

Commit de4c666

Browse files
committed
Run tests on PHP 8.5
1 parent d158526 commit de4c666

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.4.0']
4444
stability: [prefer-lowest, prefer-stable]
4545
exclude:
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
fail-fast: true
112112
matrix:
113-
php: [8.2, 8.3, 8.4]
113+
php: [8.2, 8.3, 8.4, 8.5]
114114
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.4.0']
115115
stability: [prefer-lowest, prefer-stable]
116116
exclude:

0 commit comments

Comments
 (0)