Skip to content

Commit 20b2850

Browse files
committed
Update supported ruby versions
1 parent 5f8afc2 commit 20b2850

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby:
15-
- "2.7.5"
16-
- "3.0.3"
15+
- "2.7.7"
16+
- "3.0.6"
17+
- "3.1.4"
18+
- "3.2.3"
19+
- "3.3.0"
1720
steps:
1821
- uses: actions/checkout@v2
1922
- name: Set up Ruby
@@ -23,12 +26,13 @@ jobs:
2326
bundler-cache: true
2427
- name: Run rspec
2528
run: bundle exec rake test
29+
2630
rubocop:
2731
runs-on: ubuntu-latest
2832
strategy:
2933
matrix:
3034
ruby:
31-
- "2.7.5"
35+
- "2.7.7"
3236
steps:
3337
- uses: actions/checkout@v2
3438
- name: Set up Ruby

0 commit comments

Comments
 (0)