From 5c5011b1bc8fdd8995a7e09a7215bb3aa940a138 Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Sun, 10 Nov 2024 10:38:54 -0600 Subject: [PATCH] Test against Active Record 8.0 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22e15dac..99632be5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,18 @@ jobs: - ACTIVE_RECORD_VERSION="~> 7.0.0" - ACTIVE_RECORD_VERSION="~> 7.1.0" - ACTIVE_RECORD_VERSION="~> 7.2.0" + - ACTIVE_RECORD_VERSION="~> 8.0.0" allow-failure: [false] + exclude: + - ruby-version: '3.1' + active-record-version-env: ACTIVE_RECORD_VERSION="~> 8.0.0" 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="8-0-stable" + allow-failure: true - ruby-version: '3.3' active-record-version-env: ACTIVE_RECORD_BRANCH="7-2-stable" allow-failure: true