Skip to content

Commit 05a5797

Browse files
committed
DOCKER-466 v25.1 support
Signed-off-by: Tim-Lukas Blom <[email protected]>
1 parent aa92dc8 commit 05a5797

File tree

9 files changed

+611
-2
lines changed

9 files changed

+611
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
version: [ "community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "community-23.1.0", "community-23.2.0", "community-23.3.0", "community-23.4.0", "enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0", "enterprise-23.1.0", "enterprise-23.2.0", "enterprise-23.3.0", "enterprise-23.4.0" ]
46+
version: [ "community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "community-23.1.0", "community-23.2.0", "community-23.3.0", "community-23.4.0", "community-25.1.0", "enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0", "enterprise-23.1.0", "enterprise-23.2.0", "enterprise-23.3.0", "enterprise-23.4.0", "enterprise-25.1.0"]
4747
steps:
4848
- uses: actions/[email protected]
4949
- name: Set up JDK 17
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ext {
2+
alfresco = [
3+
version: [
4+
major: 25,
5+
minor: 1,
6+
rev: 0
7+
],
8+
flavor: 'skeleton'
9+
]
10+
}

0 commit comments

Comments
 (0)