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.
2 parents 125f224 + 539e1f8 commit c33c5d6Copy full SHA for c33c5d6
.github/workflows/ci_unit.yml
@@ -25,6 +25,7 @@ jobs:
25
- '1.4'
26
- '1.5'
27
- '1.6'
28
+ - '1.7'
29
- '1'
30
- 'nightly'
31
steps:
bors.toml
@@ -9,6 +9,8 @@ status = [
9
"Unit/Julia 1.3/ubuntu-latest/x64",
10
"Unit/Julia 1.4/ubuntu-latest/x64",
11
"Unit/Julia 1.5/ubuntu-latest/x64",
12
+ "Unit/Julia 1.6/ubuntu-latest/x64",
13
+ "Unit/Julia 1.7/ubuntu-latest/x64",
14
"Unit/Julia 1/ubuntu-latest/x64",
15
"Unit/Julia nightly/ubuntu-latest/x64",
16
"codecov/project/minimum",
0 commit comments