Skip to content

Commit

Permalink
Fixes github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 17, 2022
1 parent 1e90adc commit 6912038
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 @@ -13,8 +13,8 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.0, 8.1 ]
stability: [ prefer-lowest, prefer-stable ]
php: [ 8.1 ]
stability: [ prefer-stable ]

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

Expand Down

0 comments on commit 6912038

Please sign in to comment.