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:
William S Fulton 2022-05-02 21:25:58 +01:00
commit fc6269a3ca

View file

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