Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Aug 13, 2024
1 parent 722799f commit 2dbaa9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby, ruby-3.2.3 ]
neo4j: [ 5.16.0 ]
ruby: [ jruby, ruby-3.2.5 ]
neo4j: [ 5.22.0 ]
active_model: [ 7.1.3 ]
# jruby will fail till bug https://github.com/jruby/jruby-openssl/issues/290 is fixed
include:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby, ruby-3.1.4 ]
neo4j: [ 5.16.0 ]
ruby: [ jruby, ruby-3.1.6 ]
neo4j: [ 5.22.0 ]
active_model: [ 7.0.8, 7.1.3 ]
include:
- ruby: ruby-3.2.3
neo4j: 5.16.0
- ruby: ruby-3.2.5
neo4j: 5.22.0
active_model: 7.1.3
- ruby: ruby-3.3.0
neo4j: 5.16.0
- ruby: ruby-3.3.4
neo4j: 5.22.0
active_model: 7.1.3
- ruby: jruby
java-version: 17
Expand Down

0 comments on commit 2dbaa9f

Please sign in to comment.