From 936f947dde5ab1fdcc2952dc1cab1d4dd24a6186 Mon Sep 17 00:00:00 2001 From: 6 Date: Thu, 19 Dec 2024 21:13:43 -0500 Subject: [PATCH] Bump CI ruby test matrix bump to latest 3.1.x, 3.2.x, 3.3.x to make sure these ruby versions still work --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6264851..76250ed 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -27,12 +27,12 @@ jobs: - ruby-version: "2.7.8" rails-version: "7.0" # Security maintenance releases: - - ruby-version: "3.1.5" + - ruby-version: "3.1.6" rails-version: "7.0" # Stable releases: - - ruby-version: "3.2.4" + - ruby-version: "3.2.6" rails-version: "7.1" - - ruby-version: "3.3.3" + - ruby-version: "3.3.6" rails-version: "7.1" services: postgres: