From ec5c88a1f2f1d685b0362fd7e2477ac59c0b2c1e Mon Sep 17 00:00:00 2001 From: Colin Kelley Date: Fri, 6 Jan 2023 09:44:45 -0800 Subject: [PATCH] update ruby version matrix to drop 2.4, 2.5 and add 3.2 --- .github/workflows/development.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 022532a7..25046ab7 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -15,12 +15,11 @@ jobs: - macos ruby: - - 2.4 - - 2.5 - 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 experimental: [false] env: [""]