Skip to content

Commit

Permalink
drop 8 and 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Mar 9, 2024
1 parent 73368b8 commit e64dc27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [11.*, 10.*, 9.*, 8.81.*]
laravel: [11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.81.*
testbench: 6.24.*
- laravel: 11.*
testbench: 9.*
exclude:
Expand Down

0 comments on commit e64dc27

Please sign in to comment.