Skip to content

Commit c33c5d6

Browse files
Merge #478
478: Unit tests: add Julia 1.7 r=DilumAluthge a=DilumAluthge Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 125f224 + 539e1f8 commit c33c5d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci_unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- '1.4'
2626
- '1.5'
2727
- '1.6'
28+
- '1.7'
2829
- '1'
2930
- 'nightly'
3031
steps:

bors.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ status = [
99
"Unit/Julia 1.3/ubuntu-latest/x64",
1010
"Unit/Julia 1.4/ubuntu-latest/x64",
1111
"Unit/Julia 1.5/ubuntu-latest/x64",
12+
"Unit/Julia 1.6/ubuntu-latest/x64",
13+
"Unit/Julia 1.7/ubuntu-latest/x64",
1214
"Unit/Julia 1/ubuntu-latest/x64",
1315
"Unit/Julia nightly/ubuntu-latest/x64",
1416
"codecov/project/minimum",

0 commit comments

Comments
 (0)