Skip to content

Commit d668a93

Browse files
authored
Update Ruby version in CI workflow (#106)
1 parent 1826cc3 commit d668a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2727
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f
2828
with:
29-
ruby-version: 3.4.4
29+
ruby-version: 4.0.1
3030
- run: gem install bundler --no-document
3131
- run: bundle
3232
- run: rake native gem

0 commit comments

Comments
 (0)