Skip to content

Commit f3dd7a0

Browse files
authored
Merge pull request #1171 from mfn/mfn/gha-l12-integration
gha: add L12 to integration tests too
2 parents cef5b7e + 6ad28dc commit f3dd7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
php: [8.2, 8.3, 8.4]
29-
laravel: [^11.0]
29+
laravel: [^11.0, ^12.0]
3030
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
3131
runs-on: ubuntu-latest
3232
env:

0 commit comments

Comments
 (0)