summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-02 21:25:58 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-02 21:25:58 +0100
commitfc6269a3cad26acbb62f7eff8b3a218433fc5554 (patch)
tree5258ff7e42429bbee4e0731cca1d6a22a0f65f1f /.github
parent79a9389355f4e42ca9866617bf22e1ccaf5547bb (diff)
downloadswig-fc6269a3cad26acbb62f7eff8b3a218433fc5554.tar.gz
GHA changes
octave-6.4 has disappeared - stop testing it. ruby-2.6 allow to fail (for li_std_set), see issue #2115.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f6fb3ec7a..4a62868c2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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