Skip to content

Commit d9f04a7

Browse files
authored
feat(CI): Add Ruby 3.2/3.3 to the test matrix (#402)
Merge pull request 402
1 parent 7d9c3a4 commit d9f04a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['2.6', '2.7', '3.0', '3.1']
15+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)