From 8a9b213dcd430a9ff84fd098b404b644e548b9a0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 20 Dec 2022 15:04:05 +0100 Subject: [PATCH] GH Actions: fix up fail-fast for setup-php Follow up on PR #194 Oops... realized I implemented it incorrectly. Fixed now. --- .github/workflows/integrationtest.yml | 1 + .github/workflows/quicktest.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index 436d81f0..078733c7 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -122,6 +122,7 @@ jobs: ini-values: zend.assertions=1, error_reporting=-1, display_errors=On tools: "composer:${{ matrix.composer }}" coverage: none + env: fail-fast: true - name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)" diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 3d13a74a..1422bda7 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -49,6 +49,7 @@ jobs: ini-values: zend.assertions=1, error_reporting=-1, display_errors=On tools: "composer:${{ matrix.composer }}" coverage: none + env: fail-fast: true - name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)"