File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 3838 - rails_5.2
3939 - rails_5.1
4040 - rails_5.0
41- # redis:
42- # - 4_0_x
43- # - 4_1_x
44- # - 4_x
4541
4642 exclude :
4743 - ruby : ' 2.7'
9187 image : redis
9288 ports :
9389 - 6379:6379
94- distributed1 :
95- image : redis
96- ports :
97- - 6380:6380
98- distributed2 :
99- image : redis
100- ports :
101- - 6381:6381
10290
10391 steps :
10492 - uses : actions/checkout@v4
@@ -107,15 +95,3 @@ jobs:
10795 ruby-version : ${{ matrix.ruby }}
10896 bundler-cache : true
10997 - run : bundle exec rake
110-
111- # lint:
112- # runs-on: ubuntu-latest
113- # steps:
114- # - uses: actions/checkout@v4
115- # with:
116- # fetch-depth: 0
117- # - uses: ruby/setup-ruby@v1
118- # with:
119- # ruby-version: 3.1
120- # bundler-cache: true
121- # - run: bundle exec rake lint
You can’t perform that action at this time.
0 commit comments