Skip to content

Commit

Permalink
Fix: skip some incompatible frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostscypher committed Aug 27, 2024
1 parent 5083295 commit d1726f0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.4, "8.0", 8.1, 8.2, 8.3]
laravel: ["7.*", 8.*', "9.*", "10.*", "11.*"]
stability: [prefer-stable]
include:
Expand All @@ -20,27 +20,21 @@ jobs:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
testbench: ^6.23
carbon: ^2.63
- laravel: 7.*
testbench: 5.*
carbon: ^2.63
# Skip laravel 7.* with php ^8.0
exclude:
- php: 8.0
laravel: 7.*
- php: 8.1
laravel: 7.*
- php: 8.2
laravel: 7.*
- php: 8.3
laravel: 7.*
- php: 8.0
- php: "8.0"
laravel: 7.*
- php: 7.4
laravel: 8.*
- php: 8.0
laravel: 8.*
- php: 8.1
laravel: 8.*
- php: 8.2
Expand All @@ -51,11 +45,11 @@ jobs:
laravel: 9.*
- php: 7.4
laravel: 10.*
- php: 8.0
- php: "8.0"
laravel: 10.*
- php: 7.4
laravel: 11.*
- php: 8.0
- php: "8.0"
laravel: 11.*
- php: 8.1
laravel: 11.*
Expand Down

0 comments on commit d1726f0

Please sign in to comment.