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 8eab02f commit 904b591Copy full SHA for 904b591
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
os: [ubuntu-latest]
14
php: [8.2, 8.3, 8.4]
15
- laravel: [11.*', '12.*']
+ laravel: ['11.*', '12.*']
16
stability: [prefer-lowest, prefer-stable]
17
18
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments