From d53dc1c4875289da0e35921dec77c9b02de34814 Mon Sep 17 00:00:00 2001 From: AirQuick Date: Tue, 12 Dec 2023 12:29:11 +0900 Subject: [PATCH] ci: remove Saxon 9.9 from CI matrix --- .github/workflows/test.yml | 4 +--- test/ci/azure-pipelines_windows.yml | 3 --- test/ci/env/saxon-9-9.env | 7 ------- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 test/ci/env/saxon-9-9.env diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 628aa3a70..97c7d4cfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/test/ci/azure-pipelines_windows.yml b/test/ci/azure-pipelines_windows.yml index a7d1e6b1f..c24c45665 100644 --- a/test/ci/azure-pipelines_windows.yml +++ b/test/ci/azure-pipelines_windows.yml @@ -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 diff --git a/test/ci/env/saxon-9-9.env b/test/ci/env/saxon-9-9.env deleted file mode 100644 index b0cfd0b2f..000000000 --- a/test/ci/env/saxon-9-9.env +++ /dev/null @@ -1,7 +0,0 @@ -# -# Latest Saxon 9.9 -# -DO_MAVEN_PACKAGE=true -SAXON_URL=https://raw.githubusercontent.com/Saxonica/Saxon-Archive/main/Saxon-HE/9/9.9 -SAXON_VERSION=9.9.1-8 -XMLCALABASH_VERSION=1.3.2-99