Skip to content

Commit

Permalink
fix test exclude laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmatinasser committed Feb 16, 2023
1 parent 13ff771 commit 2fec0db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 7.*
testbench: ^7.2

exclude:
- laravel: 8.*
php: 8.2
- laravel: 10.*
php: 8.0

Expand Down

0 comments on commit 2fec0db

Please sign in to comment.