Skip to content

Commit

Permalink
use appraisal in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Oct 3, 2024
1 parent 23de3cb commit c4629df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4']
gemfile: ['gemfiles/rails_6.gemfile', 'gemfiles/rails_7.gemfile']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake test
run: bundle exec apprasial rake test

0 comments on commit c4629df

Please sign in to comment.