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 bdaeb26 + fbdb426 commit fc17432Copy full SHA for fc17432
.github/workflows/CI.yml
@@ -16,6 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
version:
19
+ - '^1.10.0-0'
20
- 'nightly'
21
os:
22
- ubuntu-latest
.gitignore
@@ -0,0 +1,10 @@
1
+*.DS_Store
2
+*.jl.cov
3
+*.jl.*.cov
4
+*.jl.mem
5
+Manifest.toml
6
+docs/build
7
+docs/site
8
+.idea/*
9
+dev/*
10
+.vscode/settings.json
Manifest.toml
0 commit comments