Skip to content

Commit 2114660

Browse files
authored
Add latest CE versions to CI/CD (#132)
1 parent 96a5333 commit 2114660

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/test-against-released.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
version:
44-
- 14.1.1-0-21
45-
- 22.06.12
46-
- 25.03
44+
- 14.1.1-0-22
45+
- 22.06.13
4746
- 25.03.1
48-
- 14.1.2-0-1
47+
- 25.03.2
4948
- 14.1.2-0-2
49+
- 14.1.2-0-3
5050

5151
steps:
5252
- name: Checkout

.github/workflows/test-against-snapshot-1440.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 14.1.1-0-22-SNAPSHOT
47+
- 14.1.1-0-23-SNAPSHOT
4848

4949
steps:
5050
- name: Checkout

.github/workflows/test-against-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
coherenceVersion:
47-
- 25.03.2-SNAPSHOT
47+
- 25.03.3-SNAPSHOT
4848
- 25.09-SNAPSHOT
49-
- 22.06.13-SNAPSHOT
50-
- 14.1.2-0-3-SNAPSHOT
49+
- 22.06.14-SNAPSHOT
50+
- 14.1.2-0-4-SNAPSHOT
5151

5252
steps:
5353
- name: Checkout

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<com.sun.xml.bind.version>2.3.0</com.sun.xml.bind.version>
5454

5555
<!-- default coherence versions -->
56-
<default.coherence.ce.version>22.06.12</default.coherence.ce.version>
56+
<default.coherence.ce.version>22.06.13</default.coherence.ce.version>
5757
<default.coherence.commercial.version>14.1.2-0-0-SNAPSHOT
5858
</default.coherence.commercial.version>
5959

0 commit comments

Comments
 (0)