Skip to content

Commit 6687bdf

Browse files
author
Tim Middleton
authored
Add explain/trace example (#114)
* Add explain/trace example * Minor typo * Minor update to fix ci/cd
1 parent 2c33931 commit 6687bdf

15 files changed

+120
-21
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 14.1.2-0-0
2726
- 14.1.2-0-1
2827
- 14.1.2-0-2-SNAPSHOT
2928
go-version:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 22.06.10
2726
- 22.06.11
2827
- 22.06.12-SNAPSHOT
2928
go-version:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 14.1.2-0-0
2726
- 14.1.2-0-1
2827
- 14.1.2-0-2-SNAPSHOT
2928
go-version:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 24.09
2726
- 24.09.2
2827
- 24.09.4-SNAPSHOT
2928
go-version:

.github/workflows/build-compatability.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 24.09
2726
- 24.09.3
2827
go-version:
2928
- 1.19.x

.github/workflows/build-queues-1412.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 14.1.2-0-0
2726
- 14.1.2-0-1
2827
- 14.1.2-0-2-SNAPSHOT
2928
go-version:

.github/workflows/build-queues.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 24.09
2726
- 24.09.3
2827
- 24.09.4-SNAPSHOT
2928
go-version:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 22.06.12-SNAPSHOT
25-
- 22.06.10
2625
- 22.06.11
2726
go-version:
2827
- 1.19.x

.github/workflows/examples.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
matrix:
2222
coherenceVersion:
2323
- 22.06.12-SNAPSHOT
24-
- 22.06.10
2524
- 22.06.11
26-
- 14.1.2-0-0
2725
- 14.1.2-0-1
2826
- 14.1.2-0-2-SNAPSHOT
2927
go-version:

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
coherenceVersion:
23-
- 22.06.10
2423
- 22.06.11
25-
- 24.09
2624
- 24.09.2
27-
- 14.1.2-0-0
2825
- 14.1.2-0-1
2926
go-version:
3027
- 1.19.x

0 commit comments

Comments
 (0)