aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2024-04-29 19:23:20 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2024-04-29 19:27:31 +0100
commitb6f7460fda0c754aacefc822759c1d356da9d159 (patch)
tree82b13aed1818303a20500901b772b1ad74b95c07
parent3d5157514889c668bc14c245246c388eb23615ea (diff)
downloadswig-upstream-master.tar.gz
Pin Ruby 3.1 testing to 3.1.4upstream-master
Pin to working version while under investigation as import_fragments testcase fails. See issue #2800 Seems to be same crash as Ruby 3.2.5, see fab27c67ccb66f40001048a6ed5c2927d57b13dc
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d088bdfd7..3069bf2a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -185,7 +185,7 @@ jobs:
VER: '3.0'
CPPSTD: c++11
- SWIGLANG: ruby
- VER: '3.1'
+ VER: '3.1.4' # import_fragments testcase started to fail on upgrade to 3.1.5, see https://github.com/swig/swig/issues/2800
CPPSTD: c++11
- SWIGLANG: ruby
CPPSTD: c++11