diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11102ca..5181751 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-latest ] php: [ 8.0, 8.1, 8.2, 8.3 ] dependency-version: [ prefer-lowest, prefer-stable ]