mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-03 08:46:02 +01:00
Use Ruby 3.4 in testing
This commit is contained in:
parent
697e3f2b5b
commit
1225a9fb9c
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.3'
|
||||
ruby-version: '3.4'
|
||||
- name: Run tests
|
||||
run: rake test
|
||||
|
|
Loading…
Add table
Reference in a new issue