Skip to content

Commit

Permalink
Update tests to work on latest Rubies. (#1999)
Browse files Browse the repository at this point in the history
* Don't update to latest rubygems.

* Test on Ruby v3.2.
  • Loading branch information
ioquatix committed Dec 26, 2022
1 parent a7d5649 commit fe1c359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -19,6 +19,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- jruby
- truffleruby-head
include:
Expand All @@ -33,6 +34,5 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
rubygems: latest

- run: bundle exec rake

0 comments on commit fe1c359

Please sign in to comment.