From 0fd5fa2f5fd4e88ab855d0eb4fd1a9c7dedbba0e Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Mon, 29 Jul 2024 11:05:08 -0500 Subject: [PATCH] drop jruby from ci (#19) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8300865..202b703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ permissions: jobs: test: - continue-on-error: ${{ contains(fromJSON('["head", "jruby"]'), matrix.ruby-version) }} + continue-on-error: ${{ contains(fromJSON('["head"]'), matrix.ruby-version) }} runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head', 'jruby'] + ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head'] timeout-minutes: 5 steps: