diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b352b99..e4fa1e80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: gemfile: - Gemfile - gemfiles/rails_edge.gemfile + exclude: + - ruby-version: "3.1" + gemfile: gemfiles/rails_edge.gemfile name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }} runs-on: ubuntu-latest continue-on-error: true