mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-09 18:03:59 +00:00
[ACS-12524] Tests against 25.5.0-A.7
This commit is contained in:
@@ -68,6 +68,9 @@ jobs:
|
||||
- name: "26.1 Community Java 21"
|
||||
java-version: 21
|
||||
suite: -Pcommunity-261-tests
|
||||
- name: "25.5 Enterprise Java 17"
|
||||
java-version: 17
|
||||
suite: -Penterprise-255-tests
|
||||
- name: "25.4 Enterprise Java 17"
|
||||
java-version: 17
|
||||
suite: -Penterprise-254-tests
|
||||
|
||||
@@ -304,6 +304,20 @@
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<!-- 25.5 -->
|
||||
<profile>
|
||||
<id>enterprise-255-tests</id>
|
||||
<properties>
|
||||
<alfresco.bomDependency.artifactId>acs-packaging</alfresco.bomDependency.artifactId>
|
||||
<alfresco.platform.version>25.5.0.27</alfresco.platform.version>
|
||||
<alfresco.share.docker.version>25.5.0-A.7</alfresco.share.docker.version>
|
||||
<alfresco.share.version>25.5.0.28</alfresco.share.version>
|
||||
<alfresco.platform.docker.image>quay.io/alfresco/alfresco-content-repository</alfresco.platform.docker.image>
|
||||
<alfresco.share.docker.image>quay.io/alfresco/alfresco-share</alfresco.share.docker.image>
|
||||
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<!-- 26.1 -->
|
||||
<profile>
|
||||
<id>community-261-tests</id>
|
||||
|
||||
Reference in New Issue
Block a user