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.
1 parent bd00a8f commit 1dfc0a9Copy full SHA for 1dfc0a9
.github/workflows/ci.yml
@@ -16,8 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- version:
20
- - "1"
+ version: ['1.10', '1', 'nightly']
21
os:
22
- ubuntu-latest
23
arch:
Project.toml
@@ -32,7 +32,7 @@ LiveServer = "1"
32
NodeJS = "2"
33
OrderedCollections = "1"
34
TOML = "1"
35
-julia = "1"
+julia = "1.10"
36
Dates = "1"
37
Logging = "1"
38
Markdown = "1"
0 commit comments