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 6e01328 commit 10ff83eCopy full SHA for 10ff83e
.github/workflows/run-tests.yml
@@ -13,10 +13,9 @@ jobs:
13
matrix:
14
os: [ubuntu-latest]
15
php: [8.2]
16
- laravel: ['10.*', '11.*']
+ laravel: ['10.*', '11.*', '12.*']
17
dependency-version: [prefer-stable]
18
19
-
20
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
21
22
steps:
0 commit comments