Skip to content

Commit

Permalink
Fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
kenn committed Nov 4, 2023
1 parent c52e3e4 commit 1bd3df2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.5"
- "2.7"
rails_version:
- "7.0"
- "5.2"
- "4.2"
bundler:
- "1.17.3"
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails_version }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler: ${{ matrix.bundler }}
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake

0 comments on commit 1bd3df2

Please sign in to comment.