Skip to content

Commit a5eb070

Browse files
authored
Minor examples README update (#129)
1 parent b5a7cb9 commit a5eb070

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build-compatability-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://oss.oracle.com/licenses/upl.
44

55
# ---------------------------------------------------------------------------
6-
# Coherence Go Client GitHub Actions CI build Against v24.09+ with gRPC v1 API
6+
# Coherence Go Client GitHub Actions CI build Against v25.03+ with gRPC v1 API
77
# ---------------------------------------------------------------------------
88
name: CI Compatability Jakarta - V1 gRPC
99

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
coherenceVersion:
2525
- 22.06.12
2626
- 22.06.13-SNAPSHOT
27-
- 24.09.3
2827
- 25.03.1
2928
- 14.1.2-0-2
3029
- 14.1.2-0-3-SNAPSHOT

examples/README.md

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

2424
```bash
25-
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:24.09
25+
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:25.03.1
2626
```
2727

2828
### Index

0 commit comments

Comments
 (0)