Skip to content

Commit

Permalink
adjust php versions supported
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Dec 8, 2023
1 parent fd77f2b commit 3741050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-L7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1]
laravel: [7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/run-tests-l8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1]
laravel: [9.*, 8.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 10.*
php: 8.0
- laravel: 8.*
php: 8.1
include:
Expand Down

0 comments on commit 3741050

Please sign in to comment.