From c9091b62841583bbc45caf96f0adb4cc61449fb7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 1 Dec 2023 08:57:02 +0900 Subject: [PATCH] Exclude truffleruby-head from Actions --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e886a986..7835d8243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: ruby-versions: uses: ruby/actions/.github/workflows/ruby_versions.yml@master with: + engine: cruby-jruby min_version: 2.3 host: @@ -30,9 +31,9 @@ jobs: - { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3 - { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5 - { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7 + - { os: macos-latest , ruby: truffleruby } + - { os: ubuntu-latest , ruby: truffleruby } exclude: - - { os: windows-latest, ruby: truffleruby } - - { os: windows-latest, ruby: truffleruby-head } - { os: windows-latest, ruby: jruby } - { os: windows-latest, ruby: jruby-head }