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 d1a90f4 commit 6b88d13Copy full SHA for 6b88d13
.github/workflows/run-tests.yml
@@ -32,6 +32,8 @@ jobs:
32
exclude:
33
- laravel: 11.*
34
php: 8.1
35
+ - laravel: 10.*
36
+ prefer-lowest: true
37
38
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
39
0 commit comments