Skip to content

Feature/161 drop legacy ruby rails #40

Feature/161 drop legacy ruby rails

Feature/161 drop legacy ruby rails #40

Workflow file for this run

name: Ruby
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
channel: ['stable']
include:
- ruby-version: 'head'
channel: 'experimental'
continue-on-error: ${{ matrix.channel != 'stable' }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Test with Rake
run: |
bundle exec rake