Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Dec 3, 2021
1 parent 0f7e56d commit 9478661
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
name: Ruby ${{ matrix.ruby }} AR ${{ matrix.activerecord }}
strategy:
matrix:
ruby: ['3.0', '2.7', '2.6']
activerecord: ['61', '60']
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/ar_${{ matrix.activerecord }}.gemfile

steps:
- uses: actions/checkout@v2
Expand All @@ -29,8 +32,5 @@ jobs:
- name: Rubocop
run: bundle exec rubocop

- name: Install gems
run: bundle exec appraisal bundle

- name: Run tests
run: bundle exec appraisal rake
run: bundle exec rake

0 comments on commit 9478661

Please sign in to comment.