From 27f4c3cb7c2a7df1604be24f31556d6603207987 Mon Sep 17 00:00:00 2001 From: klobuczek Date: Mon, 23 Sep 2024 02:13:31 +0700 Subject: [PATCH] updated test versions --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7853f1a6..e990d61dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,15 +17,15 @@ jobs: fail-fast: false matrix: ruby: [ jruby, ruby-3.1.6 ] - neo4j: [ 5.22.0 ] - active_model: [ 7.0.8, 7.1.3 ] + neo4j: [ 5.23.0 ] + active_model: [ 7.0.8, 7.1.4, 7.2.1 ] include: - ruby: ruby-3.2.5 - neo4j: 5.22.0 - active_model: 7.1.3 - - ruby: ruby-3.3.4 - neo4j: 5.22.0 - active_model: 7.1.3 + neo4j: 5.23.0 + active_model: 7.1.4 + - ruby: ruby-3.3.5 + neo4j: 5.23.0 + active_model: 7.1.4 - ruby: jruby java-version: 17 env: