diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c325d4..4d0fe1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,14 @@ jobs: fail-fast: false matrix: alchemy_branch: + - 7.0-stable + - 7.1-stable - main ruby: - "3.0" - "3.1" - "3.2" + - "3.3" env: ALCHEMY_BRANCH: ${{ matrix.alchemy_branch }} steps: