Skip to content

Commit 0739da6

Browse files
committed
Update backwards compatibility tests
1 parent 473347a commit 0739da6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
compatibilityVersion:
34+
- 3.1.5
3435
- 3.0.2
3536
include:
37+
- compatibilityVersion: 3.1.5
38+
compatibilitySelector: component=coherence-operator
3639
- compatibilityVersion: 3.0.2
3740
compatibilitySelector: component=coherence-operator
3841

test/e2e/compatibility/coherence.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ metadata:
44
name: compatibility-cluster
55
spec:
66
replicas: 2
7+
application:
8+
main: com.tangosol.net.DefaultCacheServer
9+
10+

0 commit comments

Comments
 (0)