Skip to content

Commit 587edd7

Browse files
committed
update version for CI; add compat bounds to Project.toml
1 parent cf4efc3 commit 587edd7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
version:
1616
- '1.6'
17-
- '1.8'
17+
- '1'
1818
- 'nightly'
1919
os:
2020
- ubuntu-latest

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
99
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1010

1111
[compat]
12+
Aqua = "0.6"
1213
Compat = "4.4"
14+
Printf = "1.6"
15+
Random = "1.6"
1316
Requires = "1.0"
17+
SpecialFunctions = "2.0"
18+
Test = "1.6"
1419
julia = "1.6"
1520

1621
[extras]

0 commit comments

Comments
 (0)