Skip to content

Commit 378d871

Browse files
authored
Update Laravel versions in integration tests workflow
Removed Laravel 9 support for PHP 8.4 and 8.5 in CI.
1 parent 099ef54 commit 378d871

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
php: [8.5, 8.4, 8.3, 8.2, 8.1]
23-
laravel: [12.*, 11.*, 10.*, 9.*]
23+
laravel: [12.*, 11.*, 10.*]
2424
exclude:
2525
- laravel: 12.*
2626
php: 8.1
2727
- laravel: 11.*
2828
php: 8.1
29-
- laravel: 9.*
30-
php: 8.4
31-
- laravel: 9.*
32-
php: 8.5
3329
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
3430
steps:
3531
- name: Checkout code

0 commit comments

Comments
 (0)