mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
Use Ruby 3.3 in testing
This commit is contained in:
parent
c666a4bc5f
commit
5363715e7b
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@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.2'
|
||||
ruby-version: '3.3'
|
||||
- name: Run tests
|
||||
run: rake test
|
||||
|
|
Loading…
Reference in a new issue