Skip to content

Commit

Permalink
ci: enables matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed May 18, 2022
1 parent f2a4ba4 commit a53e620
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
fail-fast: false

matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'

steps:
- uses: actions/checkout@v2

Expand All @@ -13,6 +22,7 @@ jobs:

with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

- name: Spec
env:
Expand Down

0 comments on commit a53e620

Please sign in to comment.