GHA changes
octave-6.4 has disappeared - stop testing it. ruby-2.6 allow to fail (for li_std_set), see issue #2115.
This commit is contained in:
parent
79a9389355
commit
fc6269a3ca
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -96,7 +96,6 @@ jobs:
|
|||
- SWIGLANG: octave
|
||||
CPPSTD: c++11
|
||||
- SWIGLANG: octave
|
||||
VER: '6.4'
|
||||
CPPSTD: c++11
|
||||
- SWIGLANG: perl5
|
||||
- SWIGLANG: php
|
||||
|
|
@ -300,6 +299,9 @@ jobs:
|
|||
GCC: 11
|
||||
continue-on-error: true
|
||||
os: ubuntu-18.04 # ocaml-4.08 in ubuntu-20.04 not yet working
|
||||
# Currently broken
|
||||
- SWIGLANG: ruby
|
||||
VER: '2.6'
|
||||
# Run all of them, as opposed to aborting when one fails
|
||||
fail-fast: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue