Skip to content

Updates Ruby to 3.4.2, updates bundler & gems #112

Updates Ruby to 3.4.2, updates bundler & gems

Updates Ruby to 3.4.2, updates bundler & gems #112

Workflow file for this run

name: Ruby Tests
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.2
bundler-cache: true
- name: Run the default task
run: bundle exec rake