Skip to content

Commit

Permalink
ci: remove Saxon 9.9 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AirQuick committed Dec 12, 2023
1 parent 3140dd1 commit d53dc1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [8, 17]
env: [saxon-12, saxon-11, saxon-10, saxon-9-9, oxygen]
env: [saxon-12, saxon-11, saxon-10, oxygen]
exclude:
- os: macos-latest
env: saxon-10
- os: macos-latest
env: saxon-9-9
- java: 8
env: saxon-12
- java: 8
Expand Down
3 changes: 0 additions & 3 deletions test/ci/azure-pipelines_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
Saxon-10:
XSPEC_TEST_ENV: saxon-10

Saxon-9-9:
XSPEC_TEST_ENV: saxon-9-9

${{ if eq(parameters.testOxygen, true) }}:
Oxygen:
XSPEC_TEST_ENV: oxygen
Expand Down
7 changes: 0 additions & 7 deletions test/ci/env/saxon-9-9.env

This file was deleted.

0 comments on commit d53dc1c

Please sign in to comment.