From 20ed76a27b9419cb7e07c1a4adb444a087555fb4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 29 Sep 2022 14:09:01 +1300 Subject: [PATCH] [ci] Revert continue-on-error for PHP 8.0 Tests are now passing there. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8722d0d3e..5d23a920f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,6 @@ jobs: VER: '7.4' - SWIGLANG: php VER: '8.0' - continue-on-error: true # Working on fixing - SWIGLANG: php VER: '8.1' - SWIGLANG: php