Skip to content

Commit

Permalink
Nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurd2326 committed Jul 19, 2024
1 parent b4cbf39 commit e6639ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.3']
ruby: ['3.0']
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -27,11 +27,6 @@ jobs:
- name: Lint
run: bundle exec rake lint

- name: Test against rails main
run: |
bundle exec appraisal rails-main bundle install
bundle exec appraisal rails-main rake test
- name: Test against rails 7.0
run: |
bundle exec appraisal rails-7-0 bundle install
Expand Down

0 comments on commit e6639ce

Please sign in to comment.