Skip to content

Commit d731f18

Browse files
authored
Use Ruby 3.2 in testing
1 parent 7f09955 commit d731f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@master
88
- uses: ruby/setup-ruby@master
99
with:
10-
ruby-version: '3.1'
10+
ruby-version: '3.2'
1111
- name: Run tests
1212
run: rake test

0 commit comments

Comments
 (0)