Skip to content

Commit 84b5180

Browse files
authored
Merge pull request #226 from TheAlgorithms/vzvu3k6k-patch-1
Use Ruby 3.4 in testing
2 parents 697e3f2 + 1225a9f commit 84b5180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: '3.3'
10+
ruby-version: '3.4'
1111
- name: Run tests
1212
run: rake test

0 commit comments

Comments
 (0)