Skip to content

Commit

Permalink
laravel-11: update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Jul 23, 2024
1 parent d59c8f6 commit dd4c12a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ jobs:
include:
- laravel: 9.*
testbench: 7.*
phpunit: 10.*
phpunit: 9.*
collision: 6.*
- laravel: 10.*
testbench: 8.*
phpunit: 10.*
collision: 7.*
- laravel: 11.*
testbench: 9.*
phpunit: 11.*
collision: 8.*
exclude:
- laravel: 9.*
php: 8.3
Expand Down

0 comments on commit dd4c12a

Please sign in to comment.