Skip to content

Commit

Permalink
chore: stops testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 5, 2023
1 parent 1310633 commit 8d85075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
php: ['8.1', '8.2', '8.3']
dependency-version: [prefer-lowest, prefer-stable]
parallel: ['', '--parallel']
Expand Down

0 comments on commit 8d85075

Please sign in to comment.