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 authored and galtm committed Mar 22, 2024
1 parent 405fc94 commit e9852ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 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: oxygen

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 @@ -31,9 +31,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
6 changes: 0 additions & 6 deletions test/ci/env/saxon-9-9.env

This file was deleted.

0 comments on commit e9852ba

Please sign in to comment.