Skip to content

Commit

Permalink
Merge pull request #1959 from hung-nguyen-hoang/DC-3240
Browse files Browse the repository at this point in the history
DC-3240: Fixing release gem failed for version 2.3.1

Reviewed-by: https://github.com/danh-ung
  • Loading branch information
gdgate authored Mar 8, 2024
2 parents a7199f0 + 162b91e commit 2ab415c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.1.17
ruby-version: jruby-9.4.1
bundler-cache: true
- uses: actions/setup-java@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3
ruby-version: 3.2.1
bundler-cache: true
- name: Run gem release
run: |
Expand Down

0 comments on commit 2ab415c

Please sign in to comment.