From cbda40416692d2fd0467198e73bd5631c0eca622 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Mon, 20 May 2024 17:11:20 +0200 Subject: [PATCH] ruby 3.3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09939eef..27a30275 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false # run all tests so we see which gem/ruby combinations break matrix: - ruby: ['3.0', '3.1', '3.2', head, jruby-head] + ruby: ['3.0', '3.1', '3.2', '3.3', head, jruby-head] os: [ubuntu-latest, windows-latest] task: [spec] include: