summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2023-01-19 15:44:10 -0800
committerGitHub <noreply@github.com>2023-01-19 15:44:10 -0800
commit35a8574710b310966a5f3a7cb7f937b93509aeb3 (patch)
tree059ab38c854afb5e815a2da305ccac5dac57e301
parent259557c07bd8954cad59b738cd8fe27abdc997de (diff)
downloadrack-35a8574710b310966a5f3a7cb7f937b93509aeb3.tar.gz
Ignore CI failures for Ruby 2.4 and 2.5
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 2 insertions, 0 deletions
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') }}