From b3d258d999b0f88a75f2ac12996596febee72cfa Mon Sep 17 00:00:00 2001 From: Go Sueyoshi Date: Tue, 24 Jan 2023 00:41:44 +0900 Subject: [PATCH] Remove ruby-master matrix --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84e0094..283cf61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,12 +30,8 @@ jobs: - ruby:2.7 - ruby:3.0 - ruby:3.1 - - rubylang/ruby:master-nightly-bionic gemfile: - faraday_2 - include: - - ruby: rubylang/ruby:master-nightly-bionic - allow_failures: "true" env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile @@ -53,17 +49,14 @@ jobs: key: v1-gem-${{ runner.os }}-${{ matrix.ruby }}-${{ github.sha }} restore-keys: | v1-gem-${{ runner.os }}-${{ matrix.ruby }}- - continue-on-error: ${{ matrix.allow_failures == 'true' }} - name: bundle update run: | set -xe bundle config path vendor/bundle bundle update --jobs $(nproc) --retry 3 - continue-on-error: ${{ matrix.allow_failures == 'true' }} - run: bundle exec rspec - continue-on-error: ${{ matrix.allow_failures == 'true' }} - name: Coveralls Parallel uses: coverallsapp/github-action@master @@ -73,7 +66,6 @@ jobs: parallel: true - run: bundle exec rubocop - continue-on-error: ${{ matrix.allow_failures == 'true' }} finish: needs: test