Skip to content

Commit

Permalink
checking plder activesuport
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Oct 22, 2023
1 parent 6a5559d commit 3b1d594
Showing 1 changed file with 95 additions and 20 deletions.
115 changes: 95 additions & 20 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,101 @@ jobs:
- neo4j: 5.12.0
java-version: 17
options: "-t ~causal"
active_support: 7.1.1
- active_support: 7.0.0
- active_support: 6.1.0
- active_support: 6.0.0
- active_support: 5.2.0
- active_support: 5.1.0
- active_support: 5.0.0
- active_support: 4.2.0
- active_support: 4.1.0
- active_support: 4.0.0
- active_support: 3.2.0
- active_support: 3.1.0
- active_support: 3.0.0
- active_support: 2.3.0
- active_support: 2.2.0
- active_support: 2.1.0
- active_support: 2.0.0
- active_support: 1.2.0
- active_support: 1.1.0
- active_support: 1.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 7.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 6.1.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 6.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 5.2.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 5.1.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 5.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 4.2.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 4.1.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 4.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 3.2.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 3.1.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 3.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 2.3.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 2.2.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 2.1.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 2.0.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 1.2.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 1.1.0
- neo4j: 5.12.0
ruby: ruby-3.1.4
java-version: 17
options: "-t ~causal"
active_support: 1.0.0
env:
NEO4J_VERSION: ${{ matrix.neo4j }}
ACTIVE_SUPPORT_VERSION: ${{ matrix.active_support }}
Expand Down

0 comments on commit 3b1d594

Please sign in to comment.