Skip to content

Update ruby Docker tag to v3.3 #140

Update ruby Docker tag to v3.3

Update ruby Docker tag to v3.3 #140

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
ruby:
- '3.0'
- '3.1'
- '3.2'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: latest
bundler-cache: true
- run: bundle exec rake