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 dee0e0b commit 7788e71Copy full SHA for 7788e71
1 file changed
.github/workflows/tests.yml
@@ -19,8 +19,8 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- php: [8.4]
23
- laravel: ['^11.0', '^12.0']
+ php: [8.4, 8.5]
+ laravel: ['^11.0', '^12.0', '^13.0']
24
name: PHP${{ matrix.php }} - Laravel${{ matrix.laravel }}
25
runs-on: ubuntu-latest
26
steps:
0 commit comments