Skip to content

Commit

Permalink
Update test runner to only run for stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Aug 9, 2022
1 parent 9f23ed3 commit 213fa2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
strategy:
matrix:
php: [8.0, 7.4, 7.3, 7.2, 7.1]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version:
# - prefer-lowest
- prefer-stable
os: [ubuntu-latest]

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

0 comments on commit 213fa2c

Please sign in to comment.