Skip to content

Commit a25e1d1

Browse files
committed
minor #1609 [CI] Run the tests also on php v8.5 (rosier)
This PR was merged into the main branch. Discussion ---------- [CI] Run the tests also on php v8.5 Commits ------- 3f646e2 [CI] Run the tests also on php v8.5
2 parents 5faac33 + 3f646e2 commit a25e1d1

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)