Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 authored Sep 19, 2024
1 parent dda4f2b commit 399f364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3]
php: ["8.0", 8.1, 8.2, 8.3]
illuminate: [9, 10, 11]
exclude:
# Exclude incompatible PHP versions for Laravel 9
- php: 8.3
illuminate: 9

# Exclude incompatible PHP versions for Laravel 10
- php: 8.0
- php: "8.0"
illuminate: 10

# Exclude incompatible PHP versions for Laravel 11
- php: 8.0
- php: "8.0"
illuminate: 11
- php: 8.1
illuminate: 11
Expand Down

0 comments on commit 399f364

Please sign in to comment.