Skip to content

Commit d471e97

Browse files
author
Tim Middleton
authored
Add 25.03 to CI/CD (#118)
1 parent d7b89d5 commit d471e97

10 files changed

+18
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 24.09.3
27-
- 24.09.4-SNAPSHOT
27+
- 25.03
2828
go-version:
2929
- 1.23.x
3030
- 1.24.x

.github/workflows/build-compatability.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 24.09.3
27+
- 25.03
2728
go-version:
2829
- 1.23.x
2930
- 1.24.x

.github/workflows/build-queues.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
matrix:
2525
coherenceVersion:
2626
- 24.09.3
27-
- 24.09.4-SNAPSHOT
27+
- 25.03
28+
- 25.03.1-SNAPSHOT
2829
go-version:
2930
- 1.23.x
3031
- 1.24.x

.github/workflows/build-v1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- 1.24.x
2525
coherence-version:
2626
- 24.09.3
27-
- 24.09.4-SNAPSHOT
27+
- 25.03
28+
- 25.03.1-SNAPSHOT
2829

2930
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3031
# the copyright check cannot work out the date of the files from Git.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- 22.06.11
2424
- 22.06.12-SNAPSHOT
2525
- 24.09.3
26-
- 14.1.2-0-0
26+
- 25.03
2727
- 14.1.2-0-1
2828
- 14.1.2-0-2-SNAPSHOT
2929
go-version:

.github/workflows/examples-jakarta-v1.2.2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 24.09.3
25-
- 24.09.4-SNAPSHOT
25+
- 25.03
26+
- 25.03.1-SNAPSHOT
2627
go-version:
2728
- 1.19.x
2829
- 1.20.x

.github/workflows/examples-jakarta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
matrix:
2222
coherenceVersion:
2323
- 24.09.3
24-
- 24.09.4-SNAPSHOT
24+
- 25.03
25+
- 25.03.1-SNAPSHOT
2526
go-version:
2627
- 1.23.x
2728
- 1.24.x

.github/workflows/resolver-clusters-compatability-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
coherenceVersion:
2323
- 22.06.11
2424
- 24.09.3
25+
- 25.03
2526
- 14.1.2-0-1
2627
go-version:
2728
- 1.23.x

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
coherenceVersion:
2323
- 22.06.11
2424
- 24.09.3
25+
- 25.03
2526
- 14.1.2-0-1
2627
go-version:
2728
- 1.23.x

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ generate-proto: $(TOOLS_BIN)/protoc ## Generate Proto Files
221221
.PHONY: generate-proto-v1
222222
generate-proto-v1: $(TOOLS_BIN)/protoc ## Generate Proto Files v1
223223
mkdir -p $(PROTOV1_DIR) || true
224-
curl -o $(PROTOV1_DIR)/proxy_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/proxy_service_messages_v1.proto
225-
curl -o $(PROTOV1_DIR)/proxy_service_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/proxy_service_v1.proto
226-
curl -o $(PROTOV1_DIR)/common_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/common_messages_v1.proto
227-
curl -o $(PROTOV1_DIR)/cache_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/cache_service_messages_v1.proto
228-
curl -o $(PROTOV1_DIR)/queue_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/24.09.3/prj/coherence-grpc/src/main/proto/queue_service_messages_v1.proto
224+
curl -o $(PROTOV1_DIR)/proxy_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/proxy_service_messages_v1.proto
225+
curl -o $(PROTOV1_DIR)/proxy_service_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/proxy_service_v1.proto
226+
curl -o $(PROTOV1_DIR)/common_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/common_messages_v1.proto
227+
curl -o $(PROTOV1_DIR)/cache_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/cache_service_messages_v1.proto
228+
curl -o $(PROTOV1_DIR)/queue_service_messages_v1.proto https://raw.githubusercontent.com/oracle/coherence/25.03/prj/coherence-grpc/src/main/proto/queue_service_messages_v1.proto
229229
echo "" >> $(PROTOV1_DIR)/proxy_service_messages_v1.proto
230230
echo "" >> $(PROTOV1_DIR)/proxy_service_v1.proto
231231
echo "" >> $(PROTOV1_DIR)/common_messages_v1.proto

0 commit comments

Comments
 (0)