[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:
parent
c3ae2aaafc
commit
303cf392f7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue