Skip to content

Commit

Permalink
Run on the same Rails versions as Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Jun 2, 2023
1 parent cf7448e commit 55309fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails-version: ['5.2.5', '6.0.3.6', '6.1.3.1', 'main']
ruby-version: ['2.5', '2.6', '2.7', '3.0']

steps:
Expand All @@ -32,6 +33,7 @@ jobs:
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
rails-version: ${{ matrix.rails-version }}
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
Expand Down

0 comments on commit 55309fd

Please sign in to comment.