Skip to content

Commit 3013aa5

Browse files
committed
Upgrade GH CI workflows to use ruby 3.1.2
1 parent 4a774e1 commit 3013aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # [email protected]
2121
with:
22-
ruby-version: 2.7.5
22+
ruby-version: 3.1.2
2323
bundler-cache: true
2424

2525
- name: rubocop

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # [email protected]
2121
with:
22-
ruby-version: 2.7.5
22+
ruby-version: 3.1.2
2323
bundler-cache: true
2424

2525
- name: rspec tests

0 commit comments

Comments
 (0)