From 1fdd676753fb2f44c9d7e0953c97c3e6becfb36a Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 3 Jan 2023 11:41:47 +0100 Subject: [PATCH] CI: remove truffleruby-21.3 from matrix (#490) It is not a supported release anymore, and it does not work with latest bundler (2.4): https://github.com/ruby/setup-ruby/issues/433#issuecomment-1367991816 Close #489 --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8f0472e..8d0f5ce0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,8 +116,6 @@ jobs: # allowed to fail - { os: ubuntu-20.04, ruby: jruby-head, gemfile: Gemfile, allow-failure: true } - { os: ubuntu-20.04, ruby: truffleruby-head, gemfile: Gemfile, allow-failure: true } - # because of https://github.com/ruby/setup-ruby/issues/433 - - { os: ubuntu-20.04, ruby: truffleruby-21.3, gemfile: Gemfile, allow-failure: true } env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} BUNDLE_WITHOUT: development:coverage