Skip to content

Commit

Permalink
Update run-tests.yml remove prefer lowest constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Mar 17, 2024
1 parent 8605157 commit ebcc171
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
stability: prefer-lowest
- php: 8.2
stability: prefer-lowest
- php: 8.3
stability: prefer-lowest

name: P${{ matrix.php }} - ${{ matrix.stability }}

Expand Down

0 comments on commit ebcc171

Please sign in to comment.