Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek authored Jan 24, 2022
1 parent 2e723c7 commit 770cfd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ 2.5, 3.0, jruby-9.2.19.0 ]
neo4j: [ 3.5.29, 4.0.12 ]
ruby: [ 2.5, 3.0, 3.1, jruby-9.3.3.0 ]
neo4j: [ 3.5.30, 4.0.12 ]
driver: [ ffi ]
include:
- ruby: jruby-9.2.19.0
- ruby: jruby-9.3.3.0
neo4j: 4.0.12
driver: java
- ruby: 2.5
Expand Down

0 comments on commit 770cfd2

Please sign in to comment.