Skip to content

Commit

Permalink
Add auto-tests for ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yulgolem committed Sep 7, 2021
1 parent 0ede3c7 commit c7d167e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
ruby: [ 2.7 ]
ruby: [ 2.7, 3.0 ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down Expand Up @@ -85,6 +85,10 @@ jobs:
path: coverage/codeclimate.${{ matrix.ruby }}.json

upload_coverage:
strategy:
fail-fast: false
matrix:
ruby: [ 2.7, 3.0 ]
runs-on: ubuntu-18.04

env:
Expand All @@ -102,7 +106,7 @@ jobs:

- uses: actions/[email protected]
with:
name: coverage-2.7
name: coverage-${{ matrix.ruby }}
path: coverage

- name: Aggregate & upload results to Code Climate
Expand Down

0 comments on commit c7d167e

Please sign in to comment.