From f9e48973c1d54ce989f32622a61d4fb104837b97 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Tue, 9 Jan 2024 10:56:26 -0300 Subject: [PATCH] Test on new rubies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb29dc3..22f6a78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - ruby: [2.5, 2.6, 2.7, '3.0', '3.1', head, jruby, jruby-head, truffleruby] + ruby: [2.5, 2.6, 2.7, '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby] runs-on: ${{ matrix.os }} env: JRUBY_OPTS: -J-Xss16m