Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Bring back support for laravel 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 12, 2024
1 parent 1b01d23 commit 696d654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2']
laravel: ['10.*', '11.*']
laravel: ['8.*', '9.*', '10.*', '11.*']
dependencies: [prefer-lowest, prefer-stable]
exclude:
- laravel: 11.*
Expand Down

0 comments on commit 696d654

Please sign in to comment.