Skip to content

Commit 8ba8f7b

Browse files
committed
Cleanup GithubActions config
1 parent ad96964 commit 8ba8f7b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
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'
@@ -91,14 +87,6 @@ jobs:
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

0 commit comments

Comments
 (0)