Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr0y committed Sep 19, 2024
1 parent 08abf12 commit dda4f2b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,21 @@ 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.2'
illuminate: 9
- php: '8.3'
- php: 8.3
illuminate: 9

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

# Exclude incompatible PHP versions for Laravel 11
- php: '8.0'
- php: 8.0
illuminate: 11
- php: '8.1'
- php: 8.1
illuminate: 11

steps:
Expand Down

0 comments on commit dda4f2b

Please sign in to comment.