From 79a78e3a79f1a1f57f75f7f3a403b28e4bca2678 Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Thu, 5 Jan 2023 14:49:35 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab49c7932..e55a67a7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,11 @@ jobs: matrix: # ubuntu-22.04 uses OpenSSL 3.0, ubuntu-20.04 uses OpenSSL 1.1.1 os: [ ubuntu-22.04, ubuntu-20.04, macos-latest, windows-latest ] - ruby: [ head, "3.1", "3.0", "2.7", "2.6" ] + ruby: [ head, "3.1", "3.0", "2.7", "2.6", truffleruby-head ] exclude: # uses non-standard MSYS2 OpenSSL 3 package - { os: windows-latest, ruby: head } + - { os: windows-latest, ruby: truffleruby-head } include: - { os: windows-latest, ruby: ucrt } - { os: windows-latest, ruby: mswin }