We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efc47d commit 77e073aCopy full SHA for 77e073a
.github/workflows/ci.yml
@@ -74,38 +74,6 @@ jobs:
74
- ruby: 2.2.10
75
env:
76
RAILS_VERSION: '5-2-stable'
77
- # Rails 5.1 Builds >= 2.2.2
78
- - ruby: 2.6.6
79
- env:
80
- RAILS_VERSION: '~> 5.1.0'
81
- - ruby: 2.5.8
82
83
84
- - ruby: 2.4.10
85
86
87
- - ruby: 2.3.8
88
89
90
- - ruby: 2.2.10
91
92
93
- # Rails 5.0 Builds >= 2.2.2
94
95
96
- RAILS_VERSION: '~> 5.0.0'
97
98
99
100
101
102
103
104
105
106
107
108
109
env: ${{ matrix.env }}
110
steps:
111
- uses: actions/checkout@v2
0 commit comments