From 9fd52844842d0cb15b4dbc130807b6a91bc245e9 Mon Sep 17 00:00:00 2001 From: Jayson <77095715+jsonb-uy@users.noreply.github.com> Date: Fri, 17 May 2024 00:22:35 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6953b6..9a731b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - '6-0' - '6-1' - '7-0' + - '7-1' include: - rails: '4-2' ruby_version: '2.4' @@ -48,6 +49,9 @@ jobs: - rails: '7-0' ruby_version: '3.1' bundler_version: 'latest' + - rails: '7-1' + ruby_version: '3.2' + bundler_version: 'latest' steps: - uses: actions/checkout@v3