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 bb7fc74 commit cab5125Copy full SHA for cab5125
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
os: [ubuntu-latest]
17
php: [8.2, 8.3, 8.4]
18
- laravel: [10.*', '11.*', '12.*']
+ laravel: ['11.*', '12.*']
19
dependency-version: [prefer-lowest, prefer-stable]
20
21
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
0 commit comments