Skip to content

Commit 848524e

Browse files
committed
Add Rails 6.0 to matrix
1 parent 0b20324 commit 848524e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ jobs:
4040
env:
4141
RAILS_VERSION: '~> 6.1.0'
4242

43+
# Rails 6.0 builds >= 2.4.10, < 3.0
44+
- ruby: 2.7
45+
env:
46+
RAILS_VERSION: '~> 6.0.0'
47+
- ruby: 2.6
48+
env:
49+
RAILS_VERSION: '~> 6.0.0'
50+
- ruby: 2.5
51+
env:
52+
RAILS_VERSION: '~> 6.0.0'
53+
4354
env: ${{ matrix.env }}
4455
steps:
4556
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)