Skip to content

Commit

Permalink
Update e2e_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Jan 12, 2024
1 parent 73f8169 commit 106e797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 106e797

Please sign in to comment.