Skip to content

Commit

Permalink
Nevermind
Browse files Browse the repository at this point in the history
  • Loading branch information
shengslogar committed Jan 12, 2022
1 parent df2fbf9 commit 0bed6e9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,24 @@ jobs:
# Unsupported combinations
exclude:
- laravel: 9.*
php: [ 7.4, 7.3, 7.2 ]
php: 7.4
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.2

- laravel: 8.*
php: 7.2

- laravel: [ 7.*, 6.* ]
php: [ 8.1, 8.0 ]
- laravel: 7.*
php: 8.1
- laravel: 7.*
php: 8.0

- laravel: 6.*
php: 8.1
- laravel: 6.*
php: 8.0

# Continue running through matrix even if one combination fails
fail-fast: false
Expand Down

0 comments on commit 0bed6e9

Please sign in to comment.