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 bc865bd commit 769033dCopy full SHA for 769033d
1 file changed
.github/workflows/run-tests.yml
@@ -18,11 +18,8 @@ jobs:
18
matrix:
19
os: [ ubuntu-latest, windows-latest, macos-latest ]
20
php: [ 8.4, 8.3 ]
21
- laravel: [ '10.*', '11.*', '12.*' ]
+ laravel: [ '11.*', '12.*' ]
22
stability: [ prefer-lowest, prefer-stable ]
23
- exclude:
24
- - laravel: 10.*
25
- php: 8.4
26
27
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28
0 commit comments