From 59782a24bd09f0faa00e7df335fd58ca288d1eab Mon Sep 17 00:00:00 2001 From: Andrew DalPino Date: Sat, 9 Nov 2024 17:02:27 -0600 Subject: [PATCH] Stop validating Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 887fe6b81..656e0a908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [windows-latest, ubuntu-latest, macos-latest] + operating-system: [ubuntu-latest, macos-latest] php-versions: ['8.0', '8.1', '8.2'] steps: