We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f639eb8 commit a231f2eCopy full SHA for a231f2e
1 file changed
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ ubuntu-latest ]
12
- php: [ 8.4, 8.3 ]
+ php: [ 8.5, 8.4, 8.3 ]
13
laravel: [ 12.*, 11.* ]
14
dependency-version: [ prefer-stable ]
15
include:
0 commit comments