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 042c31d commit cd4d93dCopy full SHA for cd4d93d
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.6'
21
- '1.10'
22
- '1' # automatically expands to the latest stable 1.x release of Julia.
23
os:
Project.toml
@@ -20,4 +20,4 @@ MacroTools = "0.5"
OrderedCollections = "1.6"
PrecompileTools = "1.1"
ScientificTypesBase = "3"
-julia = "1.6"
+julia = "1.10"
0 commit comments