From 48177e83267b4d0850eff653884ffea5486693ab Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 8 Feb 2022 19:42:41 +0100 Subject: [PATCH] ci: Disable builds on Microsoft Windows. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 22e2886..537d887 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ubuntu-latest, windows-latest, macOS-latest] + operating-system: [ubuntu-latest, macOS-latest] php: - major: 8 minor: 1