Skip to content

Commit 0591a76

Browse files
author
Tim Middleton
authored
Add 25.03 to CI/CD (#287)
* Add 25.03 to CI/CD * Add 25.09-SNAPSHOT
1 parent 065da9b commit 0591a76

8 files changed

+10
-11
lines changed

.github/workflows/build-snapshots.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 24.09.4-SNAPSHOT
26+
- 25.03.1-SNAPSHOT
27+
- 25.09-SNAPSHOT
2728
- 22.06.12-SNAPSHOT
2829
- 14.1.2-0-2-SNAPSHOT
2930

.github/workflows/build-test-create-cluster-jdk21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 24.09.3
24+
- 25.03
2525
- 14.1.2-0-0
2626
- 14.1.2-0-1
2727
javaVersion:

.github/workflows/build-test-create-cluster.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 22.06.10
2524
- 22.06.11
2625
- 22.06.12-SNAPSHOT
2726
- 14.1.2-0-1
2827
- 14.1.2-0-2-SNAPSHOT
29-
- 24.09.3
28+
- 25.03
3029
javaVersion:
3130
- 17
3231

.github/workflows/build-test-monitor-cluster-jdk21.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
coherenceVersion:
2424
- 22.06.11
2525
- 24.09.3
26+
- 25.03
2627
- 14.1.2-0-0
2728
- 14.1.2-0-1
2829
javaVersion:

.github/workflows/build-test-monitor-health-jdk21.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
coherenceVersion:
2424
- 22.06.11
2525
- 24.09.3
26+
- 25.03
2627
- 14.1.2-0-0
2728
- 14.1.2-0-1
2829
javaVersion:

.github/workflows/build-view-cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
coherenceVersion:
2626
- 22.06.12-SNAPSHOT
2727
- 22.06.11
28-
- 24.09.2
29-
- 14.1.2-0-0
28+
- 24.09.3
29+
- 25.03
3030
- 14.1.2-0-1
3131
- 14.1.2-0-2-SNAPSHOT
3232

.github/workflows/compatability-tests-released.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 24.09
2524
- 24.09.3
26-
- 22.06.10
25+
- 25.03
2726
- 22.06.11
2827
- 22.06.12-SNAPSHOT
29-
- 14.1.2-0-0
3028
- 14.1.2-0-1
3129
- 14.1.2-0-2-SNAPSHOT
3230
javaImage:

.github/workflows/compatability-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 24.09.3
25-
- 22.06.10
25+
- 25.03
2626
- 22.06.11
2727
- 22.06.12-SNAPSHOT
28-
- 14.1.2-0-0
2928
- 14.1.2-0-1
3029
- 14.1.2-0-2-SNAPSHOT
3130
javaImage:

0 commit comments

Comments
 (0)