Skip to content

Commit c86508e

Browse files
authored
Update ce/cd to latest patch releases. (#240)
1 parent 5b704a5 commit c86508e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.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
25-
- 22.06.11
24+
- 25.03.1
25+
- 22.06.12
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
25-
- 22.06.11
24+
- 25.03.1
25+
- 22.06.12
2626
base-image:
2727
- gcr.io/distroless/java17-debian11
2828
profile:
2929
- ",-jakarta,javax"
3030
- ",jakarta,-javax"
3131
exclude:
32-
- coherenceVersion: 25.03
32+
- coherenceVersion: 25.03.1
3333
profile: ",-jakarta,javax"
34-
- coherenceVersion: 22.06.11
34+
- coherenceVersion: 22.06.12
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
35+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03.1
3636
```
3737

3838
## Installation

0 commit comments

Comments
 (0)