Skip to content

Commit

Permalink
restructured build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Feb 23, 2022
1 parent b11e58b commit 8d72661
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:
jobs:
test:
runs-on: ubuntu-18.04
continue-on-error: ${{ matrix.experimental }}
continue-on-error: ${{ matrix.neo4j > '4.0' }}
strategy:
fail-fast: false
matrix:
ruby: [ 2.5, 3.0, 3.1, jruby-9.3.3.0 ]
neo4j: [ 3.5.30, 4.0.12 ]
neo4j: [ 3.5.30, 4.0.12, 4.1.11, 4.2.15, 4.3.10, 4.4.4 ]
driver: [ ffi ]
experimental: [ false ]
include:
- ruby: jruby-9.3.3.0
neo4j: 4.0.12
Expand All @@ -26,22 +25,6 @@ jobs:
driver: ffi
java-version: 8
active-model-version: 5.2.3
- ruby: 3.1
neo4j: 4.1.11
driver: ffi
experimental: true
- ruby: 3.1
neo4j: 4.2.15
driver: ffi
experimental: true
- ruby: 3.1
neo4j: 4.3.10
driver: ffi
experimental: true
- ruby: 3.1
neo4j: 4.4.4
driver: ffi
experimental: true
env:
NEO4J_EDITION_FLAG: -e
NEO4J_VERSION: ${{ matrix.neo4j }}
Expand Down

0 comments on commit 8d72661

Please sign in to comment.