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.
2 parents cef5b7e + 6ad28dc commit f3dd7a0Copy full SHA for f3dd7a0
.github/workflows/integration_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
php: [8.2, 8.3, 8.4]
29
- laravel: [^11.0]
+ laravel: [^11.0, ^12.0]
30
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
31
runs-on: ubuntu-latest
32
env:
0 commit comments