Skip to content

Commit

Permalink
More ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Oct 22, 2021
1 parent cb4c4cd commit 884eb65
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
strategy:
fail-fast: true
matrix:
# ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 'head']
ruby: [2.7]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 'head']
rails: [3, 4, 5, 6, 'head']
exclude:
- ruby: 2.3
Expand All @@ -56,6 +55,14 @@ jobs:
rails: 3
- ruby: 2.7
rails: 4
- ruby: 3.0
rails: 3
- ruby: 3.0
rails: 4
- ruby: head
rails: 3
- ruby: head
rails: 4
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/Gemfile.rails_${{ matrix.rails }}
Expand Down

0 comments on commit 884eb65

Please sign in to comment.