Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdorn committed Jul 5, 2022
1 parent 205fb19 commit b425ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest ]
php: [ 8.1 ]
dependency-version: [ prefer-lowest, prefer-stable ]
dependency-version: [ prefer-stable ]

name: Tests PHP${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

Expand Down

0 comments on commit b425ee2

Please sign in to comment.