We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473347a commit 0739da6Copy full SHA for 0739da6
.github/workflows/compatibility-tests.yaml
@@ -31,8 +31,11 @@ jobs:
31
fail-fast: false
32
matrix:
33
compatibilityVersion:
34
+ - 3.1.5
35
- 3.0.2
36
include:
37
+ - compatibilityVersion: 3.1.5
38
+ compatibilitySelector: component=coherence-operator
39
- compatibilityVersion: 3.0.2
40
compatibilitySelector: component=coherence-operator
41
test/e2e/compatibility/coherence.yaml
@@ -4,3 +4,7 @@ metadata:
4
name: compatibility-cluster
5
spec:
6
replicas: 2
7
+ application:
8
+ main: com.tangosol.net.DefaultCacheServer
9
+
10
0 commit comments