Skip to content

Commit

Permalink
Update PHP versions to exclude 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 committed Oct 10, 2024
1 parent ac344d2 commit b260be0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
pest-plugin-mock: ^1.0
exclude:
- laravel: 11.*
php: 8.0
php: 8.1
php: 8.0,8.1
- laravel: 10.*
php: 8.0

Expand Down

0 comments on commit b260be0

Please sign in to comment.