Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Jan 25, 2024
1 parent 14376c2 commit 8e2ba4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_test.yml
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby-9.4.5.0, ruby-3.2.2 ]
neo4j: [ 5.15.0 ]
active_model: [ 7.1.2 ]
ruby: [ jruby-9.4.5.0, ruby-3.2.3 ]
neo4j: [ 5.16.0 ]
active_model: [ 7.1.3 ]
# jruby will fail till bug https://github.com/jruby/jruby-openssl/issues/290 is fixed
env:
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -17,12 +17,15 @@ jobs:
fail-fast: false
matrix:
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 ]
neo4j: [ 3.5.35, 4.0.12, 4.1.13, 4.2.19, 4.3.24, 4.4.29, 5.16.0 ]
active_model: [ 7.0.8, 7.1.3 ]
include:
- ruby: ruby-3.2.2
neo4j: 5.15.0
active_model: 7.1.2
- ruby: ruby-3.2.3
neo4j: 5.16.0
active_model: 7.1.3
- ruby: ruby-3.3.0
neo4j: 5.16.0
active_model: 7.1.3
env:
NEO4J_VERSION: ${{ matrix.neo4j }}
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}
Expand Down
2 changes: 1 addition & 1 deletion lib/active_graph/version.rb
@@ -1,3 +1,3 @@
module ActiveGraph
VERSION = '11.5.0.beta.2'
VERSION = '11.5.0.beta.3'
end

0 comments on commit 8e2ba4d

Please sign in to comment.