From 303cf392f7b6261f5c6906210057bb21d015ac9e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 28 Sep 2022 18:50:08 +1300 Subject: [PATCH] [ci] Temporarily allow PHP 8.0 and 8.2 to fail I'm actively working on fixing them, but meanwhile we don't want PR jobs failing on these. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35c6d31cb..8722d0d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,10 +119,12 @@ jobs: VER: '7.4' - SWIGLANG: php VER: '8.0' + continue-on-error: true # Working on fixing - SWIGLANG: php VER: '8.1' - SWIGLANG: php VER: '8.2' + continue-on-error: true # Working on fixing - SWIGLANG: python PY2: 2 - SWIGLANG: python