Skip to content

Commit 3ee6855

Browse files
furaitaylorotwell
andauthored
Add tests for laravel 12 and supported vers of php (#801)
* Add tests for laravel 12 and supported vers of php * Update tests.yml --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent a6942ea commit 3ee6855

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
include:
21-
- php: '8.0'
22-
laravel: 9
23-
- php: '8.1'
24-
laravel: 10
2521
- php: '8.2'
26-
laravel: 11
22+
laravel: 12
2723
- php: '8.3'
28-
laravel: 11
24+
laravel: 12
2925
- php: '8.4'
30-
laravel: 11
26+
laravel: 12
3127

3228
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3329

0 commit comments

Comments
 (0)