diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1bc4e34..ec9d8755 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,7 @@ jobs: strategy: matrix: ruby-version: + - '3.0' - '3.1' - '3.2' - '3.3' @@ -19,11 +20,9 @@ jobs: - '7.0' - '7.1' - '7.2' - include: + exclude: - ruby-version: '3.0' - rails-version: '7.0' - - ruby-version: '3.0' - rails-version: '7.1' + rails-version: '7.2' env: TEST_RAILS_VERSION: ${{ matrix.rails-version }} CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"