test with ruby 3.4

This commit is contained in:
Ryan Cavicchioni 2025-03-09 17:43:34 -05:00
parent ba740c330a
commit b25bf0445e
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -35,7 +35,7 @@ jobs:
- name: Test - name: Test
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.3' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
- run: bundle exec rspec - run: bundle exec rspec