mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-01-30 20:34:53 +01:00
Use Ruby 3.1 in testing
This commit is contained in:
parent
1998d6137e
commit
8d64f47ed0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -7,6 +7,6 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: ruby/setup-ruby@master
|
- uses: ruby/setup-ruby@master
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.0'
|
ruby-version: '3.1'
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: rake test
|
run: rake test
|
||||||
|
|
Loading…
Add table
Reference in a new issue