Skip to content

Commit

Permalink
update test matrix: BaseX version 10+ requires Java version 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentml committed Nov 28, 2024
1 parent 624d205 commit 2178913
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
matrix:
java: ["8", "17"]
basex: ["9.7", "9.7.3", "11.5"]
include:
- basex: "9.7"
java: "8"
- basex: "9.7"
java: "17"
- basex: "9.7.3"
java: "8"
- basex: "9.7.3"
java: "17"
- basex: "11.5"
java: "17"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 2178913

Please sign in to comment.