Skip to content

Commit

Permalink
Update Ruby Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Nov 21, 2023
1 parent 9052c21 commit 9f1b170
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
matrix:
ruby:
- 'head'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
continue-on-error: ${{ matrix.ruby == 'head' }}
name: Ruby ${{ matrix.ruby }}

steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9f1b170

Please sign in to comment.