We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118d45a commit 4931fb7Copy full SHA for 4931fb7
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
php: [ 7.2, 7.3, 7.4, '8.0', 8.1 ]
16
- laravel: [ 6, 8, 9 ]
+ laravel: [ 6, 7, 8, 9 ]
17
stability: ['prefer-lowest', 'prefer-stable']
18
exclude:
19
- php: 7.2
0 commit comments