Skip to content

Commit 45ca97a

Browse files
authored
Update testing matrix to exclude Laravel 9
Removed Laravel version 9 from the testing matrix.
1 parent 378d871 commit 45ca97a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
php: [8.5, 8.4, 8.3, 8.2, 8.1]
24-
laravel: [^12, ^11, ^10, ^9]
24+
laravel: [^12, ^11, ^10]
2525
dependency-version: [prefer-stable]
2626
exclude:
2727
- laravel: ^12
2828
php: 8.1
2929
- laravel: ^11
3030
php: 8.1
31-
- laravel: ^9
32-
php: 8.4
33-
- laravel: ^9
34-
php: 8.5
3531

3632
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3733

0 commit comments

Comments
 (0)