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 6ee14c6 commit 3da6c06Copy full SHA for 3da6c06
.github/workflows/run-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
os: [ubuntu-latest, windows-latest]
27
php: [8.4, 8.3]
28
- laravel: [11.*]
+ laravel: [11.*, 12.*]
29
stability: [prefer-stable]
30
31
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments