Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff9dccd

Browse files
committedMar 3, 2025·
fix: remove old laravel
1 parent 0702b85 commit ff9dccd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php: [8.1, 8.2]
15-
laravel: ['9.*', '10.*', '11.*', '12.*']
15+
laravel: ['10.*', '11.*', '12.*']
1616
dependency-version: [prefer-stable]
1717
include:
1818
- laravel: 12.*
@@ -21,8 +21,6 @@ jobs:
2121
testbench: 9.*
2222
- laravel: 10.*
2323
testbench: 8.*
24-
- laravel: 9.*
25-
testbench: 7.*
2624
exclude:
2725
- laravel: 11.*
2826
php: 8.1

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ composer.lock
33
docs
44
vendor
55
coverage
6+
.phpunit.cache
67
.phpunit.result.cache
7-
.php-cs-fixer.cache
8+
.php-cs-fixer.cache

0 commit comments

Comments
 (0)
Please sign in to comment.