Skip to content

Commit

Permalink
remove laravel 9 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis committed Nov 11, 2023
1 parent b28bff3 commit e61dd48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

Expand Down

0 comments on commit e61dd48

Please sign in to comment.