[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.
This commit is contained in:
Olly Betts 2022-09-28 18:50:08 +13:00
commit 303cf392f7

View file

@ -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