Skip to content

Maintenance: bump ruby, bundler, deps and github actions #55

Maintenance: bump ruby, bundler, deps and github actions

Maintenance: bump ruby, bundler, deps and github actions #55

Workflow file for this run

name: RSpec
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['3.3.11', '3.4.9', '4.0.5']
steps:
- uses: actions/checkout@v6.0.2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.310.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build and test with Rake
run: bundle exec rake