summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-09-28 18:50:08 +1300
committerOlly Betts <olly@survex.com>2022-09-28 18:50:08 +1300
commit303cf392f7b6261f5c6906210057bb21d015ac9e (patch)
tree9a0968572f5d46b671db5b02990790da34c128b6 /.github
parentc3ae2aaafcbdc8391e7c13ec2c7a2527375d4f81 (diff)
downloadswig-303cf392f7b6261f5c6906210057bb21d015ac9e.tar.gz
[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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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