Skip to content

Commit 18040ed

Browse files
committed
feat: add PHP 8.5 to CI matrix
1 parent 73c2785 commit 18040ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.4, 8.3 ]
11+
php: [ 8.5, 8.4, 8.3 ]
1212
laravel: [ 12.* ]
1313
dependency-version: [ prefer-stable ]
1414
include:

0 commit comments

Comments
 (0)