Skip to content

Commit fc1451f

Browse files
authored
Fix compatibility test GitHub action
1 parent 9724ceb commit fc1451f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
matrix:
3535
compatibilityVersion:
3636
- 3.0.2
37-
include:
38-
- compatibilityVersion: 3.0.2
39-
compatibilitySelector: component=coherence-operator
37+
include:
38+
- compatibilityVersion: 3.0.2
39+
compatibilitySelector: component=coherence-operator
4040

4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)