Skip to content

Commit

Permalink
wip - fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 8, 2024
1 parent 9ec6749 commit 0e5e292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
strategy:
fail-fast: true
matrix:
# php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
laravel: [^10, ^11]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: ^10
php: [8.1, 8.2, 8.3]
- laravel: ^11
php: [8.2, 8.3]

steps:
- name: Checkout repository
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,9 @@ jobs:
strategy:
fail-fast: true
matrix:
# php: [8.2, 8.3]
php: [8.2, 8.3]
laravel: [^10, ^11]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: ^10
php: [8.1, 8.2, 8.3]
- laravel: ^11
php: [8.2, 8.3]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0e5e292

Please sign in to comment.