Skip to content

Merge pull request #45 from digitalocean/ci/bump-rspec-and-ruby-versions #15

Merge pull request #45 from digitalocean/ci/bump-rspec-and-ruby-versions

Merge pull request #45 from digitalocean/ci/bump-rspec-and-ruby-versions #15

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
ruby: [ 2.5, 2.6, 2.7, '3.0', 3.1, 3.2 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
run: |
bundle exec rspec ./spec