Skip to content

Commit

Permalink
JRuby 9.2.20.1 (fixes #32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Feb 8, 2022
1 parent 7b1c813 commit 2826410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xsugar-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.76.0
uses: ruby/setup-ruby@v1.97.0
with:
ruby-version: jruby-9.1.17.0
ruby-version: jruby-9.2.20.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run XSugar grammar tests
run: bundle exec rake
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-9.1.17.0
jruby-9.2.20.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ XSugar
Requirements
------------

* [JRuby 9.1.17.0](http://jruby.org/) - preferably managed with [rbenv](https://github.com/sstephenson/rbenv)
* [JRuby 9.2.20.1](http://jruby.org/) - preferably managed with [rbenv](https://github.com/sstephenson/rbenv)
* [Bundler](http://bundler.io) - `gem install bundler`

Usage
Expand Down

0 comments on commit 2826410

Please sign in to comment.