diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 451c88b75..b6b693494 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,13 +17,13 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ jruby-9.4.3.0, ruby-3.1.4 ] - 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.0, 7.1.0 ] + ruby: [ jruby-9.4.5.0, ruby-3.1.4 ] + neo4j: [ 3.5.35, 4.0.12, 4.1.13, 4.2.19, 4.3.24, 4.4.29, 5.15.0 ] + active_model: [ 7.0.8, 7.1.2 ] include: - ruby: ruby-3.2.2 - neo4j: 5.12.0 - active_model: 7.1.1 + neo4j: 5.15.0 + active_model: 7.1.2 env: NEO4J_VERSION: ${{ matrix.neo4j }} ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}