From f3460357ee4c40b5998b27c07ffcc526b5383ea2 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Wed, 28 Dec 2022 22:40:56 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix --- .github/workflows/run_test_suite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_test_suite.yml b/.github/workflows/run_test_suite.yml index aeb6002d..1042c083 100644 --- a/.github/workflows/run_test_suite.yml +++ b/.github/workflows/run_test_suite.yml @@ -48,6 +48,8 @@ jobs: activerecord: 61 - ruby: 3.1 activerecord: 70 + - ruby: 3.2 + activerecord: 70 env: # for the pg cli (psql, pg_isready) and possibly rails PGHOST: 127.0.0.1 # container is mapping it locally