From 35a8574710b310966a5f3a7cb7f937b93509aeb3 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 19 Jan 2023 15:44:10 -0800 Subject: Ignore CI failures for Ruby 2.4 and 2.5 --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bed3de9f..afb884c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,5 +36,7 @@ jobs: with: ruby-version: ${{matrix.ruby}} bundler-cache: true + continue-on-error: ${{ startsWith(matrix.ruby, '2.4') || startsWith(matrix.ruby, '2.5') }} - run: bundle exec rake + continue-on-error: ${{ startsWith(matrix.ruby, '2.4') || startsWith(matrix.ruby, '2.5') }} -- cgit v1.2.1