Skip to content

Commit

Permalink
CI against Rails 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Dec 16, 2021
1 parent 25c5c9d commit 8220e9c
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 8220e9c

Please sign in to comment.