Skip to content

Commit 078e887

Browse files
committed
Fix CI with the latest released version
1 parent ea2a320 commit 078e887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.7.4
18-
- run: bundle install
17+
ruby-version: 3.4
18+
bundler-cache: true
1919
- name: Run test
2020
run: bundle exec rake test

0 commit comments

Comments
 (0)