Skip to content

Upgrade to Ruby 3.3.0 and Implement GA Ruby Version Matrix Testing #5

Upgrade to Ruby 3.3.0 and Implement GA Ruby Version Matrix Testing

Upgrade to Ruby 3.3.0 and Implement GA Ruby Version Matrix Testing #5

Workflow file for this run

name: Version CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.6.5", "2.7.7", "3.0.5", "3.1.3", "3.2.0", "3.2.2"]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec