Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Mar 10, 2024
1 parent ec30b25 commit 27d9697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
php: [8.3, 8.2, 8.1, 8.0]
laravel: [11, 10, 9]
include:
- laravel: "^11.0"
- laravel: "11"
testbench: 9.*
- laravel: "^10.0"
- laravel: "10"
testbench: 8.*
- laravel: "^9.0"
- laravel: "9"
testbench: 7.*
exclude:
- php: "8.0"
Expand Down

0 comments on commit 27d9697

Please sign in to comment.