We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a43cb commit b043c42Copy full SHA for b043c42
.github/workflows/unit-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
php: [8.0, 8.1, 8.2, 8.3]
22
- laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
+ laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
23
stability: [prefer-lowest, prefer-stable]
24
exclude:
25
# These combinations should work, but there is a problem when testing...
0 commit comments