diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d60e22d3..13e077e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] php: ['7.3', '7.4', '8.0'] dependency-version: [prefer-stable] @@ -35,6 +35,6 @@ jobs: - name: Install PHP 8 dependencies run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress if: "matrix.php >= 8" - + - name: Run Tests run: ./vendor/bin/pest