Skip to content

Commit

Permalink
update tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras committed Mar 16, 2024
1 parent 79fda57 commit ecc5720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down

0 comments on commit ecc5720

Please sign in to comment.