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

This commit is contained in:
Ryan Cavicchioni 2025-03-30 17:27:01 -05:00
parent c930fb116d
commit 599b3eb029
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