From 7be24f5407b68d4667ea04d6de76d432328fc75f Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sun, 5 Mar 2023 17:42:32 -0500 Subject: [PATCH] Add Ruby 3.2 to the CI matrix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66b6519..d09143b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: - ruby: 2.7 - ruby: "3.0" ### must be quoted otherwise will be treated as "3" which resolves to latest 3.x version - ruby: 3.1 + - ruby: 3.2 ### RAILS VERSION TESTING - ruby: 2.6