Skip to content

Commit 3f646e2

Browse files
committed
[CI] Run the tests also on php v8.5
1 parent 5faac33 commit 3f646e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
operating-system: ['ubuntu-latest']
24-
php-version: ['8.2', '8.3', '8.4']
24+
php-version: ['8.2', '8.3', '8.4', '8.5']
2525
include:
2626
- operating-system: 'macos-latest'
2727
php-version: '8.2'

0 commit comments

Comments
 (0)