From 6c5ddec2f318bfba5eb7b5e48b152e1c0e06e1ea Mon Sep 17 00:00:00 2001 From: Colin Kelley Date: Thu, 22 Feb 2024 08:59:39 -0800 Subject: [PATCH] add ruby 3.3 to the test matrix --- .github/workflows/development.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 25046ab7..8cf36711 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -20,6 +20,7 @@ jobs: - "3.0" # quotes ensure this isn't misinterpreted as Integer 3: https://github.com/actions/runner/issues/849 - 3.1 - 3.2 + - 3.3 experimental: [false] env: [""]