Skip to content

Commit df06f13

Browse files
authored
Bump Coherence testing from 24.09.2 to 24.09.3 (#212)
1 parent 80f9113 commit df06f13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/validate-nslookup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
poetry-version: ["1.8.4"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
24-
- 24.09.2
24+
- 24.09.3
2525
- 22.06.11
2626
base-image:
2727
- gcr.io/distroless/java17-debian11

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
poetry-version: ["1.8.4"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
24-
- 24.09.2
24+
- 24.09.3
2525
- 22.06.11
2626
base-image:
2727
- gcr.io/distroless/java17-debian11
2828
profile:
2929
- ",-jakarta,javax"
3030
- ",jakarta,-javax"
3131
exclude:
32-
- coherenceVersion: 24.09.2
32+
- coherenceVersion: 24.09.3
3333
profile: ",-jakarta,javax"
3434
- coherenceVersion: 22.06.11
3535
profile: ",jakarta,-javax"

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:24.09.02
35+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09.3
3636
```
3737

3838
## Installation

0 commit comments

Comments
 (0)