Skip to content

Commit 6ef6146

Browse files
add ruby 3.1.2 (#303)
1 parent e0db056 commit 6ef6146

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby: ['3.0.3', '2.7.5']
8+
ruby: ['3.1.2', '2.7.5']
99
env:
1010
RAILS_ENV: test
1111
steps:
@@ -23,3 +23,4 @@ jobs:
2323
run: bundle exec rubocop
2424
- name: Run Tests
2525
run: bundle exec rspec
26+

0 commit comments

Comments
 (0)