Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 4ba2c4d

Browse files
committed
Bump saxon versions
1 parent e2fe767 commit 4ba2c4d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: Build
5555
run: |
5656
./gradlew -PsaxonVersion=10.9 clean test
57-
./gradlew -PsaxonVersion=11.5 clean test
58-
./gradlew -PsaxonVersion=12.1 clean test
57+
./gradlew -PsaxonVersion=11.7 clean test
58+
./gradlew -PsaxonVersion=12.8 clean test
5959
./gradlew clean dist

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Build
5454
run: |
5555
echo ./gradlew -PsaxonVersion=10.9 clean test
56-
echo ./gradlew -PsaxonVersion=11.5 clean test
57-
echo ./gradlew -PsaxonVersion=12.1 clean test
56+
echo ./gradlew -PsaxonVersion=11.7 clean test
57+
echo ./gradlew -PsaxonVersion=12.8 clean test
5858
echo ./gradlew clean dist website mavenReleaseArtifact
5959
6060
- name: Deploy

0 commit comments

Comments
 (0)