Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Update dependency ruby to v3.3.0 #143

Update dependency ruby to v3.3.0

Update dependency ruby to v3.3.0 #143

Workflow file for this run

name: "Auto: Test"
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
RUBY: [ 2.6, 2.7, 3.0, 3.1, 3.2 ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.RUBY }}
- run: bundle exec rake