Skip to content

Commit 15076f3

Browse files
authored
Merge pull request #84 from asonas/sue445-patch-1
Remove ruby-master matrix
2 parents 4b08abb + b3d258d commit 15076f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ jobs:
3030
- ruby:2.7
3131
- ruby:3.0
3232
- ruby:3.1
33-
- rubylang/ruby:master-nightly-bionic
3433
gemfile:
3534
- faraday_2
36-
include:
37-
- ruby: rubylang/ruby:master-nightly-bionic
38-
allow_failures: "true"
3935

4036
env:
4137
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
@@ -53,17 +49,14 @@ jobs:
5349
key: v1-gem-${{ runner.os }}-${{ matrix.ruby }}-${{ github.sha }}
5450
restore-keys: |
5551
v1-gem-${{ runner.os }}-${{ matrix.ruby }}-
56-
continue-on-error: ${{ matrix.allow_failures == 'true' }}
5752
5853
- name: bundle update
5954
run: |
6055
set -xe
6156
bundle config path vendor/bundle
6257
bundle update --jobs $(nproc) --retry 3
63-
continue-on-error: ${{ matrix.allow_failures == 'true' }}
6458
6559
- run: bundle exec rspec
66-
continue-on-error: ${{ matrix.allow_failures == 'true' }}
6760

6861
- name: Coveralls Parallel
6962
uses: coverallsapp/github-action@master
@@ -73,7 +66,6 @@ jobs:
7366
parallel: true
7467

7568
- run: bundle exec rubocop
76-
continue-on-error: ${{ matrix.allow_failures == 'true' }}
7769

7870
finish:
7971
needs: test

0 commit comments

Comments
 (0)