From a1780bbbf0b36f9dfa2079ec657da013cca950a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= Date: Mon, 25 Dec 2023 15:56:32 -0300 Subject: [PATCH] Add Ruby 3.3.0 to GH Actions --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec6bf21e1..3de76ac6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,7 @@ jobs: - '3.0' - 3.1 - 3.2 + - 3.3 - head - jruby-9.3.3.0 # - jruby-head @@ -54,6 +55,8 @@ jobs: ruby: '3.1' - os: windows-latest ruby: '3.2' + - os: windows-latest + ruby: '3.3' - os: windows-latest ruby: 'head'