From fce87798e9505c59e8dc6cd39b4a1c34f9b88152 Mon Sep 17 00:00:00 2001 From: nick evans Date: Sat, 9 Nov 2024 12:46:09 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Run=20CI=20with=20JRuby=20and=20Tru?= =?UTF-8?q?ffleRuby,=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39d16289..2c31adc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: ruby-versions: uses: ruby/actions/.github/workflows/ruby_versions.yml@master with: - engine: cruby + engine: all min_version: 3.1 build: @@ -20,6 +20,9 @@ jobs: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} os: [ ubuntu-latest, macos-latest ] experimental: [false] + exclude: + - { ruby: "jruby", os: "macos-latest" } + - { ruby: "jruby-head", os: "macos-latest" } runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} steps: