Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Jan 13, 2025
1 parent efc22f0 commit 35086f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby, ruby-3.3.5 ]
neo4j: [ 5.23.0 ]
active_model: [ 7.1.4, 7.2.1 ]
ruby: [ jruby, ruby ]
neo4j: [ 5.26.0 ]
active_model: [ 7.1.5.1, 7.2.2.1, 8.0.1 ]
include:
- ruby: jruby
java-version: 17
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby, ruby-3.1.6 ]
neo4j: [ 5.23.0 ]
active_model: [ 7.0.8, 7.1.4, 7.2.1 ]
ruby: [ jruby, ruby ]
neo4j: [ 5.26.0 ]
active_model: [ 7.1.5.1, 7.2.2.1, 8.0.1 ]
include:
- ruby: ruby-3.2.5
neo4j: 5.23.0
active_model: 7.1.4
- ruby: ruby-3.3.5
neo4j: 5.23.0
active_model: 7.1.4
- ruby: ruby-3.2.6
neo4j: 5.26.0
active_model: 7.1.5.1
- ruby: ruby-3.3.6
neo4j: 5.26.0
active_model: 7.1.5.1
- ruby: jruby
java-version: 17
env:
Expand Down
2 changes: 1 addition & 1 deletion activegraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DESCRIPTION
'bug_tracker_uri' => 'https://github.com/neo4jrb/activegraph/issues'
}

s.add_dependency('activemodel', '>= 7')
s.add_dependency('activemodel')
s.add_dependency('i18n', '!= 1.8.8') # https://github.com/jruby/jruby/issues/6547
s.add_dependency('neo4j-ruby-driver', '>= 5.7.0.alpha.3')
s.add_dependency('orm_adapter', '>= 0.5.0')
Expand Down

0 comments on commit 35086f0

Please sign in to comment.