Skip to content

Commit

Permalink
CI: remove truffleruby-21.3 from matrix (sporkmonger#490)
Browse files Browse the repository at this point in the history
It is not a supported release anymore, and it does not work with latest bundler (2.4): ruby/setup-ruby#433 (comment)

Close sporkmonger#489
  • Loading branch information
dentarg committed Jan 3, 2023
1 parent 03aafa6 commit 1fdd676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1fdd676

Please sign in to comment.