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 085ca3e commit 2acec73Copy full SHA for 2acec73
.github/workflows/run-integration-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
23
laravel: [^11.15]
24
25
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
os: [ubuntu-22.04, windows-2019]
26
stability: [prefer-lowest, prefer-stable]
27
steps:
0 commit comments