Skip to content

Commit dbb0e34

Browse files
committed
Ensure CI workflows are using ruby3
1 parent 5585435 commit dbb0e34

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)