From 7b337ca826475903b4c833d825921b413e9ceac9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 11 Feb 2022 14:07:47 +0200 Subject: [PATCH] Damn those macOS and Windows minutes are expensive --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2b20f8e..f926d70 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest'] + operating-system: ['ubuntu-latest'] php-versions: ['7.4', '8.0', '8.1'] phpunit-versions: ['latest']