Skip to content

Commit

Permalink
Test with Ruby 3.2
Browse files Browse the repository at this point in the history
Do not try to install latest RubyGems due to ruby/setup-ruby#422
  • Loading branch information
dentarg committed Dec 25, 2022
1 parent f9620fa commit 518ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
include:
- { ruby: "head", allow-failure: true }
env:
Expand All @@ -31,7 +32,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
rubygems: latest # runs 'gem update --system'
- name: Run test
continue-on-error: ${{ matrix.allow-failure || false }}
id: tests
Expand Down

0 comments on commit 518ecff

Please sign in to comment.