From 0f600f3e2c079d7cadada2d577b820afba762347 Mon Sep 17 00:00:00 2001 From: Colin Kelley Date: Thu, 22 Feb 2024 08:59:39 -0800 Subject: [PATCH] drop ruby 2.6 and add ruby 3.3 to the test matrix --- .github/workflows/development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 25046ab7..8d3edc12 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -15,11 +15,11 @@ jobs: - macos ruby: - - 2.6 - 2.7 - "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: [""]