File tree 1 file changed +44
-14
lines changed
1 file changed +44
-14
lines changed Original file line number Diff line number Diff line change @@ -27,33 +27,63 @@ jobs:
27
27
matrix :
28
28
include :
29
29
- IMAGE_TAG : |
30
- 6
31
- 6.3
32
- 6.3.0
33
- latest
34
- EXIST_VERSION: "6.2.0"
30
+ 6
31
+ 6.3
32
+ 6.3.0
33
+ 6-jre17
34
+ 6.3-jre17
35
+ 6.3.0-jre17
36
+ latest
37
+ EXIST_VERSION: "6.3.0"
38
+ EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.3.0/exist-installer-6.3.0.jar
39
+ SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
40
+ BASE_IMAGE: eclipse-temurin:17-jre
41
+ - IMAGE_TAG : |
42
+ 6-jre11
43
+ 6.3-jre11
44
+ 6.3.0-jre11
45
+ EXIST_VERSION: "6.3.0"
35
46
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.3.0/exist-installer-6.3.0.jar
36
47
SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
48
+ BASE_IMAGE: eclipse-temurin:11-jre
49
+ - IMAGE_TAG : |
50
+ 6.2
51
+ 6.2.0
52
+ 6.2-jre17
53
+ 6.2.0-jre17
54
+ EXIST_VERSION: "6.2.0"
55
+ EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.2.0/exist-installer-6.2.0.jar
56
+ SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
57
+ BASE_IMAGE: eclipse-temurin:17-jre
37
58
- IMAGE_TAG : |
38
- 6.2
39
- 6.2.0
59
+ 6.2-jre11
60
+ 6.2.0-jre11
40
61
EXIST_VERSION: "6.2.0"
41
62
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-6.2.0/exist-installer-6.2.0.jar
42
63
SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
64
+ BASE_IMAGE: eclipse-temurin:11-jre
43
65
- IMAGE_TAG : |
44
- 5
45
- 5.5
46
- 5.5.2
66
+ 5
67
+ 5.5
68
+ 5.5.2
69
+ 5-jre11
70
+ 5.5-jre11
71
+ 5.5.2-jre11
47
72
EXIST_VERSION: "5.5.2"
48
73
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-5.5.2/exist-installer-5.5.2.jar
49
74
SAXON_JAR: /opt/exist/lib/Saxon-HE-9.9.1-8.jar
75
+ BASE_IMAGE: eclipse-temurin:11-jre
50
76
- IMAGE_TAG : |
51
- 4
52
- 4.11
53
- 4.11.2
77
+ 4
78
+ 4.11
79
+ 4.11.2
80
+ 4-jre8
81
+ 4.11-jre8
82
+ 4.11.2-jre8
54
83
EXIST_VERSION: "4.11.2"
55
84
EXIST_URL: https://github.com/eXist-db/exist/releases/download/eXist-4.11.2/eXist-db-setup-4.11.2.jar
56
- SAXON_JAR: /opt/exist/lib/endorsed/Saxon-HE-9.6.0-7.jar
85
+ SAXON_JAR: /opt/exist/lib/endorsed/Saxon-HE-9.6.0-7.jar
86
+ BASE_IMAGE: eclipse-temurin:8-jre
57
87
permissions :
58
88
contents : read
59
89
packages : write
You can’t perform that action at this time.
0 commit comments