Skip to content

Commit

Permalink
ci: default Saxon 12
Browse files Browse the repository at this point in the history
  • Loading branch information
AirQuick committed Nov 30, 2023
1 parent 5f5b5a3 commit 43ff254
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip_branch_with_pr: true
environment:
matrix:
# Non-mainstream jobs are not included in favor of GitHub Actions and Azure Pipelines
- XSPEC_TEST_ENV: saxon-10
- XSPEC_TEST_ENV: saxon-12

install:
- cmd: test\ci\install-deps.cmd
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

variables:
# Non-mainstream jobs are not included in favor of GitHub Actions
XSPEC_TEST_ENV: saxon-10
XSPEC_TEST_ENV: saxon-12

steps:
- script: >
Expand Down
2 changes: 1 addition & 1 deletion test/ci/set-env.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rem
rem Select the mainstream by default
rem
if not defined XSPEC_TEST_ENV set XSPEC_TEST_ENV=saxon-10
if not defined XSPEC_TEST_ENV set XSPEC_TEST_ENV=saxon-12
echo Setting up %XSPEC_TEST_ENV%

rem
Expand Down
2 changes: 1 addition & 1 deletion test/ci/set-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Select the mainstream by default
#
if [ -z "${XSPEC_TEST_ENV}" ]; then
export XSPEC_TEST_ENV=saxon-10
export XSPEC_TEST_ENV=saxon-12
fi
echo "Setting up ${XSPEC_TEST_ENV}"

Expand Down

0 comments on commit 43ff254

Please sign in to comment.