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 27d9697 commit 4c374b8
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,23 @@ jobs:
fail-fast: true
matrix:
php: [8.3, 8.2, 8.1, 8.0]
laravel: [11, 10, 9]
laravel: ["^11.0", "^10.0", "^9.0"]
include:
- laravel: "11"
- laravel: "^11.0"
testbench: 9.*
- laravel: "10"
- laravel: "^10.0"
testbench: 8.*
- laravel: "9"
- laravel: "^9.0"
testbench: 7.*
exclude:
- php: "8.0"
laravel: 9
- php: "8.0"
laravel: 10
- php: "8.0"
laravel: 11
- php: "8.1"
laravel: 11
- php: "8.3"
laravel: 9
stability: [prefer-lowest, prefer-stable]
- laravel: "^11.0"
php: 8.1
- laravel: "^11.0"
php: 8.0
- laravel: "^10.0"
php: 8.0
- laravel: "^8.12"
php: 8.3

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit 4c374b8

Please sign in to comment.