mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-01-17 06:11:43 +01:00
Migrate to ruby/setup-ruby for Ruby 3.0
actions/setup-ruby has not yet supported Ruby 3.0.
This commit is contained in:
parent
b68d164538
commit
6f65796491
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-ruby@master
|
||||
- uses: ruby/setup-ruby@master
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue