diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18ebbee7..b8888498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,14 +36,19 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['3.0', '3.1', '3.2', '3.3'] + ruby-version: ['3.1', '3.2', '3.3'] active-record-version-env: - ACTIVE_RECORD_VERSION="~> 6.1.0" - ACTIVE_RECORD_VERSION="~> 7.0.0" - ACTIVE_RECORD_VERSION="~> 7.1.0" - - ACTIVE_RECORD_VERSION="~> 7.2.0.beta2" - allow-failure: [false] + - ACTIVE_RECORD_VERSION="~> 7.2.0" include: + - ruby-version: '3.0' + active-record-version-env: ACTIVE_RECORD_VERSION="~> 6.1.0" + - ruby-version: '3.0' + active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0" + - ruby-version: '3.0' + active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.1.0" - ruby-version: '3.3' active-record-version-env: ACTIVE_RECORD_BRANCH="main" allow-failure: true