Skip to content

Quote Ruby versions in CI matrix #183

Quote Ruby versions in CI matrix

Quote Ruby versions in CI matrix #183

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
ruby: [ "3.2", "3.3", "3.4", "4.0", ruby-head ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake