Skip to content

Commit 723e4df

Browse files
committed
Allow 1.13 tests to fail
1 parent d999163 commit 723e4df

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ steps:
4848
- "1.10"
4949
- "1.12"
5050
- "1.13"
51+
adjustments:
52+
- with:
53+
julia: "1.13"
54+
soft_fail: true
5155
soft_fail:
5256
- exit_status: 3
5357

@@ -101,6 +105,10 @@ steps:
101105
- "1.10"
102106
- "1.12"
103107
- "1.13"
108+
adjustments:
109+
- with:
110+
julia: "1.13"
111+
soft_fail: true
104112
soft_fail:
105113
- exit_status: 3
106114

@@ -154,6 +162,10 @@ steps:
154162
- "1.10"
155163
- "1.12"
156164
- "1.13"
165+
adjustments:
166+
- with:
167+
julia: "1.13"
168+
soft_fail: true
157169
soft_fail:
158170
- exit_status: 3
159171

0 commit comments

Comments
 (0)