From 106e797cee1fe9a5b4096158a20c71991da30a93 Mon Sep 17 00:00:00 2001 From: Hardik Joshi Date: Sat, 13 Jan 2024 02:03:20 +0530 Subject: [PATCH] Update e2e_test.yml --- .github/workflows/e2e_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index 45cba5df4..d15d6ad77 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -19,10 +19,10 @@ jobs: matrix: ruby: [ jruby-9.4.5.0, ruby-3.2.2 ] neo4j: [ 5.15.0 ] - active_model: [ 7.1.2, 6.1.7.6 ] - exclude: - - ruby: jruby-9.4.5.0 - active_model: 7.1.2 + active_model: [ 7.1.2 ] + # exclude: + # - ruby: jruby-9.4.5.0 + # active_model: 7.1.2 env: ACTIVE_MODEL_VERSION: ${{ matrix.active_model }} JRUBY_OPTS: --debug -J-Xmx1280m -Xcompile.invokedynamic=false -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-noverify -Xcompile.mode=OFF