Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelNitsche committed Feb 4, 2023
1 parent b9661cb commit f1774df
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
phpunit:
strategy:
matrix:
php: [ 8.1, 8.0, 7.4, 7.3, 7.2 ]
laravel: [ 10.*, 9.*, 8.*, 7.*, 6.* ]
php: [ 8.1, 8.0, 7.4, 7.3 ]
laravel: [ 10.*, 9.*, 8.* ]
os: [ ubuntu-latest, windows-latest ]

# Unsupported combinations
Expand All @@ -38,16 +38,6 @@ jobs:
- laravel: 8.*
php: 7.2

- 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 f1774df

Please sign in to comment.