From 19eca6e33892346d4a1c2e6a5a50c791bb880579 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 20 Aug 2025 14:50:15 +0100 Subject: [PATCH] fix: skip windows for now --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cda60c06..bbc468ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] # windows-latest symfony: ['7.3'] php: ['8.3', '8.4'] dependency_version: [prefer-stable]