Skip to content

Commit 6b894cb

Browse files
authored
Merge pull request TheAlgorithms#187 from TheAlgorithms/ruby-31
Use Ruby 3.1 in testing
2 parents 1998d61 + 8d64f47 commit 6b894cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.0'
10+
ruby-version: '3.1'
1111
- name: Run tests
1212
run: rake test

0 commit comments

Comments
 (0)