Skip to content

Commit 836fd15

Browse files
author
Tim Middleton
authored
Add 23.09.2 to ci/cd (#70)
1 parent 74a6385 commit 836fd15

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/build-compatability.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2023 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 23.09.2-SNAPSHOT
27-
- 23.09
26+
- 23.09.3-SNAPSHOT
27+
- 23.09.2
2828
- 23.09.1
2929
go-version:
3030
- 1.19.x

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
shell: bash
7777
run: |
7878
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
79-
INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.6 make clean generate-proto build-test-images test-e2e-standalone
79+
INCLUDE_LONG_RUNNING=true PROFILES=,-jakarta,javax COHERENCE_VERSION=22.06.7 make clean generate-proto build-test-images test-e2e-standalone
8080
8181
- uses: actions/upload-artifact@v3
8282
if: failure()
@@ -88,7 +88,7 @@ jobs:
8888
shell: bash
8989
run: |
9090
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
91-
COHERENCE_VERSION=22.06.6 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
91+
COHERENCE_VERSION=22.06.7 PROFILES=,-jakarta,javax,scope make clean generate-proto build-test-images test-e2e-standalone-scope
9292
9393
- uses: actions/upload-artifact@v3
9494
if: failure()

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, 2023 Oracle Corporation and/or its affiliates.
1+
# Copyright 2022, 2024 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -23,9 +23,9 @@ jobs:
2323
- 22.06.6
2424
- 22.06.7
2525
- 22.06.8-SNAPSHOT
26-
- 23.09
2726
- 23.09.1
28-
- 23.09.2-SNAPSHOT
27+
- 23.09.2
28+
- 23.09.3-SNAPSHOT
2929
go-version:
3030
- 1.19.x
3131
- 1.20.x

.github/workflows/examples-jakarta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Oracle Corporation and/or its affiliates.
1+
# Copyright 2023, 2024 Oracle Corporation and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
coherenceVersion:
23-
- 23.09
2423
- 23.09.1
25-
- 23.09.2-SNAPSHOT
24+
- 23.09.2
25+
- 23.09.3-SNAPSHOT
2626
go-version:
2727
- 1.19.x
2828
- 1.20.x

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
coherenceVersion:
2323
- 22.06.8-SNAPSHOT
24-
- 22.06.7
24+
- 22.06.6
2525
- 22.06.7
2626
go-version:
2727
- 1.19.x

0 commit comments

Comments
 (0)