Skip to content

Commit 8e2ba4d

Browse files
committed
updated versions
1 parent 14376c2 commit 8e2ba4d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/e2e_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby: [ jruby-9.4.5.0, ruby-3.2.2 ]
20-
neo4j: [ 5.15.0 ]
21-
active_model: [ 7.1.2 ]
19+
ruby: [ jruby-9.4.5.0, ruby-3.2.3 ]
20+
neo4j: [ 5.16.0 ]
21+
active_model: [ 7.1.3 ]
2222
# jruby will fail till bug https://github.com/jruby/jruby-openssl/issues/290 is fixed
2323
env:
2424
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}

.github/workflows/test.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
ruby: [ jruby-9.4.5.0, ruby-3.1.4 ]
20-
neo4j: [ 3.5.35, 4.0.12, 4.1.13, 4.2.19, 4.3.24, 4.4.29, 5.15.0 ]
21-
active_model: [ 7.0.8, 7.1.2 ]
20+
neo4j: [ 3.5.35, 4.0.12, 4.1.13, 4.2.19, 4.3.24, 4.4.29, 5.16.0 ]
21+
active_model: [ 7.0.8, 7.1.3 ]
2222
include:
23-
- ruby: ruby-3.2.2
24-
neo4j: 5.15.0
25-
active_model: 7.1.2
23+
- ruby: ruby-3.2.3
24+
neo4j: 5.16.0
25+
active_model: 7.1.3
26+
- ruby: ruby-3.3.0
27+
neo4j: 5.16.0
28+
active_model: 7.1.3
2629
env:
2730
NEO4J_VERSION: ${{ matrix.neo4j }}
2831
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}

lib/active_graph/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveGraph
2-
VERSION = '11.5.0.beta.2'
2+
VERSION = '11.5.0.beta.3'
33
end

0 commit comments

Comments
 (0)