Skip to content

Commit a231f2e

Browse files
committed
feat: add PHP 8.5 to CI matrix
1 parent f639eb8 commit a231f2e

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
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.4, 8.3 ]
12+
php: [ 8.5, 8.4, 8.3 ]
1313
laravel: [ 12.*, 11.* ]
1414
dependency-version: [ prefer-stable ]
1515
include:

0 commit comments

Comments
 (0)