Skip to content

Commit bc0e1ad

Browse files
authored
Update run-integration-tests.yml to include Laravel 12
1 parent 6637af3 commit bc0e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
php: [8.4, 8.3, 8.2]
23-
laravel: [^11.15]
23+
laravel: [^11.15, ^12.0]
2424

2525
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
2626
steps:

0 commit comments

Comments
 (0)