Skip to content

Commit 379250e

Browse files
authored
Update Coherence version (#280)
1 parent 01fe7c8 commit 379250e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/run-examples-with-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
coherence-image:
1818
- ghcr.io/oracle/coherence-ce
1919
coherenceVersion:
20-
- 22.06.12
21-
- 25.03.1
20+
- 22.06.13
21+
- 25.03.2
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Get Docker Images

.github/workflows/run-examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
coherence-image:
2222
- ghcr.io/oracle/coherence-ce
2323
coherenceVersion:
24-
- 22.06.12
25-
- 25.03.1
24+
- 22.06.13
25+
- 25.03.2
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Get Docker Images

.github/workflows/validate-nslookup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
poetry-version: ["1.8.4"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
24-
- 25.03.1
25-
- 22.06.12
24+
- 25.03.2
25+
- 22.06.13
2626
base-image:
2727
- gcr.io/distroless/java17-debian11
2828
runs-on: ${{ matrix.os }}

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
poetry-version: ["1.8.4"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
24-
- 25.03.1
25-
- 22.06.12
24+
- 25.03.2
25+
- 22.06.13
2626
base-image:
2727
- gcr.io/distroless/java17-debian11
2828
profile:
2929
- ",-jakarta,javax"
3030
- ",jakarta,-javax"
3131
exclude:
32-
- coherenceVersion: 25.03.1
32+
- coherenceVersion: 25.03.2
3333
profile: ",-jakarta,javax"
34-
- coherenceVersion: 22.06.12
34+
- coherenceVersion: 22.06.13
3535
profile: ",jakarta,-javax"
3636

3737
runs-on: ${{ matrix.os }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
3232
everything necessary for the client to operate correctly.
3333

3434
```bash
35-
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.1
35+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.2
3636
```
3737

3838
## Installation

0 commit comments

Comments
 (0)