Skip to content

Commit

Permalink
chore: Update tests.yml for Laravel 11 and PHP 8.2
Browse files Browse the repository at this point in the history
Drop Laravel 9,
  • Loading branch information
alphaolomi committed Jun 10, 2024
1 parent a2aad3f commit ac3aa68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1, 8.2]
laravel: [10.*, 9.*]
laravel: [11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 7.*
- laravel: 11.*
testbench: 8.*
exclude:
- laravel: 10.*
Expand Down

0 comments on commit ac3aa68

Please sign in to comment.