Skip to content

Commit 2db13b7

Browse files
Add Ruby 3.2 to CI
1 parent 6e07792 commit 2db13b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,17 @@ jobs:
4646
- 2.5
4747
- 2.6
4848
- 2.7
49-
- 3.0
49+
- '3.0'
5050
- 3.1
51+
- 3.2
5152
- jruby
5253
fail-fast: true
5354

5455
runs-on: ${{ matrix.os-version }}
5556

5657
steps:
5758
- name: Checkout code
58-
uses: actions/checkout@v2
59+
uses: actions/checkout@v3
5960

6061
- name: Set up Ruby
6162
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)