Skip to content

Commit

Permalink
(maint) Update to jruby-9.4.1.0 in release gh action.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-hammes committed Mar 2, 2023
1 parent 914406c commit 21643c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
prerelease: false

# This step should closely match what is used in `docker/Dockerfile` in vmpooler-deployment
- name: Install Ruby jruby-9.3.6.0
- name: Install Ruby jruby-9.4.1.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 'jruby-9.3.6.0'
ruby-version: 'jruby-9.4.1.0'

- name: Build gem
run: gem build *.gemspec
Expand Down

0 comments on commit 21643c4

Please sign in to comment.