diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3149fe884..fcbb7a6f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: matrix: ruby: [ jruby-9.4.3.0, ruby-3.1.4, ruby-3.2.2 ] neo4j: [ 3.5.35, 4.0.12, 4.1.12, 4.2.19, 4.3.23, 4.4.26, 5.12.0 ] - active_model: [ 7.0, 7.1 ] + active_model: [ 7.0.0, 7.1.0 ] env: NEO4J_VERSION: ${{ matrix.neo4j }} ACTIVE_MODEL_VERSION: ${{ matrix.active_model }} @@ -44,5 +44,5 @@ jobs: - name: Run tests run: bundle exec rspec - - name: Run tests - run: bundle exec rubocop +# - name: Run tests +# run: bundle exec rubocop