Skip to content

Commit

Permalink
Fix Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed May 10, 2023
1 parent 56b20aa commit 0248462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2]
laravel: [9.*]
dependency-version: [prefer-stable]

Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [10.*]
dependency-version: [prefer-stable]

Expand Down

0 comments on commit 0248462

Please sign in to comment.