diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index ae22b76ff..fbae5c73f 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -16,9 +16,9 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ jruby, ruby-3.2.5 ] - neo4j: [ 5.22.0 ] - active_model: [ 7.1.3 ] + ruby: [ jruby, ruby-3.3.5 ] + neo4j: [ 5.23.0 ] + active_model: [ 7.1.4, 7.2.1 ] include: - ruby: jruby java-version: 17