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 22e3429 commit 6cbdbc4Copy full SHA for 6cbdbc4
.github/workflows/integration_tests.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- php: [8.2, 8.3, 8.4]
+ php: [8.2, 8.3, 8.4, 8.5]
29
laravel: [^11.0, ^12.0]
30
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
31
runs-on: ubuntu-latest
0 commit comments