Skip to content

Commit

Permalink
Merge pull request #1266 from yahonda/ci_against_rails7
Browse files Browse the repository at this point in the history
CI against Rails 7.0.0
  • Loading branch information
gregmolnar authored Dec 25, 2021
2 parents 25c5c9d + 8220e9c commit 117d139
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
fail-fast: false
matrix:
rails:
- v7.0.0
- v6.1.4
- v6.0.4
- 6-0-stable
Expand All @@ -21,6 +22,8 @@ jobs:
- 2.7.4
- 2.6.7
exclude:
- rails: v7.0.0
ruby: 2.6.7
- rails: v5.2.4
ruby: 3.0.2
- rails: 5-2-stable
Expand All @@ -45,6 +48,7 @@ jobs:
fail-fast: false
matrix:
rails:
- v7.0.0
- v6.1.4
- v6.0.4
- 6-0-stable
Expand All @@ -55,6 +59,8 @@ jobs:
- 2.7.4
- 2.6.7
exclude:
- rails: v7.0.0
ruby: 2.6.7
- rails: v5.2.4
ruby: 3.0.2
- rails: 5-2-stable
Expand Down Expand Up @@ -88,6 +94,7 @@ jobs:
fail-fast: false
matrix:
rails:
- v7.0.0
- v6.1.4
- v6.0.4
- 6-0-stable
Expand All @@ -98,6 +105,8 @@ jobs:
- 2.7.4
- 2.6.7
exclude:
- rails: v7.0.0
ruby: 2.6.7
- rails: v5.2.4
ruby: 3.0.2
- rails: 5-2-stable
Expand Down

0 comments on commit 117d139

Please sign in to comment.