Skip to content

Commit 27bc939

Browse files
authored
Update gem_release_prep.yml ruby. version from 2.7 to 3.1
Prior to this commit the workflow used ruby version 2.7. As this is old and our tools are now running on Ruby 3 I have increased the version to Ruby 3.1.
1 parent 5cb724a commit 27bc939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem_release_prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: "setup ruby"
3535
uses: "ruby/setup-ruby@v1"
3636
with:
37-
ruby-version: "2.7"
37+
ruby-version: "3.1"
3838
bundler-cache: "true"
3939

4040
- name: "bundle environment"

0 commit comments

Comments
 (0)