Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gtjamesa committed Mar 22, 2024
1 parent 8cf3f60 commit ff63d0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2 ]
laravel: [ 9.*, 10.* ]
laravel: [ 9.*, 10.*, 11.* ]
include:
- laravel: 11.*
testbench: 9.*
stability: prefer-stable
php: 8.2
- laravel: 10.*
testbench: 8.*
stability: prefer-stable
Expand Down

0 comments on commit ff63d0f

Please sign in to comment.