Skip to content

Commit 2da6bae

Browse files
authored
Merge pull request #192 from TheAlgorithms/test-ruby32
Use Ruby 3.2 in testing
2 parents 7f09955 + d731f18 commit 2da6bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)