Skip to content

Commit

Permalink
updated neo4j, jruby and active model
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 28, 2023
1 parent 752b486 commit defccda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit defccda

Please sign in to comment.