From bef01d1bf5c93f6953c819030a336f0067d67f6d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 26 Dec 2023 09:54:50 -0500 Subject: [PATCH] Test with Ruby 3.3 on CI --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fd14c54..622b479d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,12 +7,15 @@ jobs: fail-fast: false matrix: include: - - ruby: 3.2 + - ruby: 3.3 gemfile: Gemfile postgres: 16 + - ruby: 3.2 + gemfile: Gemfile + postgres: 15 - ruby: 3.1 gemfile: gemfiles/activerecord70.gemfile - postgres: 15 + postgres: 14 - ruby: "3.0" gemfile: gemfiles/activerecord61.gemfile postgres: 12