all actions should use ruby 3.4
All checks were successful
Gitea Actions Demo / lint (push) Successful in 2m13s
Gitea Actions Demo / test (push) Successful in 2m17s
Gitea Actions Demo / docker (push) Successful in 1m31s

This commit is contained in:
Ryan Cavicchioni 2025-03-30 17:27:01 -05:00
parent c2c1672802
commit 9bd8d0c131
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -25,7 +25,7 @@ jobs:
- name: Ruby Setup
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
bundler-cache: true
- run: bundle install