Skip to content

Commit

Permalink
Use ruby 3.1 in github action release target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Lambeau committed May 23, 2023
1 parent 7b0cb94 commit 25ae04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
ruby-version: 3.1
bundler-cache: true

- run: make package
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
ruby-version: 3.1
bundler-cache: true

- run: make package
Expand Down

0 comments on commit 25ae04f

Please sign in to comment.