mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-09 08:46:19 +01:00
Merge pull request #192 from TheAlgorithms/test-ruby32
Use Ruby 3.2 in testing
This commit is contained in:
commit
2da6bae015
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.1'
|
ruby-version: '3.2'
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: rake test
|
run: rake test
|
||||||
|
|
Loading…
Add table
Reference in a new issue