From 6c3e736940589fedd60b1d06e7cf19ace81f3a32 Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Mon, 25 Dec 2023 13:28:30 -0600 Subject: [PATCH] Test against Active Record 7.1 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2694bba2..ae51dc2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,15 @@ jobs: - ACTIVE_RECORD_VERSION="~> 6.0.0" - ACTIVE_RECORD_VERSION="~> 6.1.0" - ACTIVE_RECORD_VERSION="~> 7.0.0" + - ACTIVE_RECORD_VERSION="~> 7.1.0" allow-failure: [false] include: - ruby-version: '3.3' active-record-version-env: ACTIVE_RECORD_BRANCH="main" allow-failure: true + - ruby-version: '3.3' + active-record-version-env: ACTIVE_RECORD_BRANCH="7-1-stable" + allow-failure: true - ruby-version: '3.3' active-record-version-env: ACTIVE_RECORD_BRANCH="7-0-stable" allow-failure: true