mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 19:18:42 -05:00
Use jruby 9.4.1
This commit is contained in:
parent
735f57c754
commit
15077755d8
7 changed files with 24 additions and 17 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue