Skip to content

Commit db90c18

Browse files
committed
CI: run also PHP 8.5
1 parent 40ab442 commit db90c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
fail-fast: false
100100
matrix:
101-
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
101+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
102102
dependency-version: [ prefer-lowest, prefer-stable ]
103103
steps:
104104
-

0 commit comments

Comments
 (0)