Skip to content

Commit c8290c3

Browse files
committed
add eXist v6.3.0 as latest
and remove support for v6.1
1 parent f6abfc3 commit c8290c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docker-publish.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
include:
2929
- IMAGE_TAG: |
3030
6
31-
6.2
32-
6.2.0
31+
6.3
32+
6.3.0
3333
latest
3434
EXIST_VERSION: "6.2.0"
35-
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.2.0/exist-installer-6.2.0.jar
35+
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.3.0/exist-installer-6.3.0.jar
3636
SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
3737
- IMAGE_TAG: |
38-
6.1
39-
6.1.0
40-
EXIST_VERSION: "6.1.0"
41-
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.1.0/exist-installer-6.1.0.jar
38+
6.2
39+
6.2.0
40+
EXIST_VERSION: "6.2.0"
41+
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.2.0/exist-installer-6.2.0.jar
4242
SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
4343
- IMAGE_TAG: |
4444
5

0 commit comments

Comments
 (0)