Skip to content

Commit df71ac7

Browse files
authored
ci: Add PHP 8.5 to workflow matrix
1 parent 9d4b93d commit df71ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
php: ['8.3', '8.4']
11+
php: ['8.3', '8.4', '8.5']
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
parallel: ['', '--parallel']
1414

0 commit comments

Comments
 (0)