Skip to content

Commit

Permalink
CI: don't allow truffleruby-21.3 to fail
Browse files Browse the repository at this point in the history
ruby/setup-ruby#433 was closed with a fix
  • Loading branch information
dentarg authored Dec 30, 2022
1 parent 03aafa6 commit 5d754d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- jruby-9.2
- jruby-9.3
- jruby-9.4
- truffleruby-21.3
- truffleruby-22.1
- truffleruby-22.2
- truffleruby-22.3
Expand All @@ -116,8 +117,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 5d754d7

Please sign in to comment.