Skip to content

Commit

Permalink
updated ruby and neo4j versions
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Apr 25, 2024
1 parent 92c8429 commit 1f61c71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,38 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby-9.4.4.0, ruby-3.1.4, ruby-3.2.2 ]
neo4j: [ 3.5.35, 4.0.12, 4.1.12, 4.2.19, 4.3.23, 4.4.26, 5.7.0 ]
ruby: [ jruby-9.4.6.0, ruby-3.1.5, ruby-3.3.1 ]
neo4j: [ 3.5.35, 4.0.12, 4.1.12, 4.2.19, 4.3.23, 4.4.33, 5.19.0 ]
active_support: [ 7.1.1 ]
include:
- neo4j: 3.5.35
java-version: 8
- ruby: jruby-9.3.11.0
neo4j: 4.4.26
- neo4j: 5.7.0
neo4j: 4.4.33
- neo4j: 5.19.0
java-version: 17
options: "-t ~causal"
- neo4j: 5.12.0
ruby: jruby-9.4.4.0
- neo4j: 5.19.0
ruby: jruby-9.4.6.0
java-version: 17
options: "-t ~causal"
- neo4j: 5.7.0
ruby: ruby-3.1.4
- neo4j: 5.19.0
ruby: ruby-3.1.5
java-version: 17
options: "-t ~causal"
active_support: 7.0.0
- neo4j: 5.7.0
ruby: ruby-3.1.4
- neo4j: 5.19.0
ruby: ruby-3.1.5
java-version: 17
options: "-t ~causal"
active_support: 6.1.0
- neo4j: 5.7.0
ruby: ruby-3.1.4
- neo4j: 5.19.0
ruby: ruby-3.1.5
java-version: 17
options: "-t ~causal"
active_support: 6.0.0
- neo4j: 5.7.0
ruby: ruby-3.1.4
- neo4j: 5.19.0
ruby: ruby-3.1.5
java-version: 17
options: "-t ~causal"
active_support: 5.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
matrix:
ruby:
- [jruby, 9.3.4.0]
- [jruby, 9.4.2.0]
- [ruby, 3.1.4]
- [jruby, 9.4.6.0]
- [ruby, 3.1.5]
tests:
- TESTKIT_TESTS
- STUB_TESTS
Expand Down

0 comments on commit 1f61c71

Please sign in to comment.