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