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 61e5fb9 commit 2b0c17eCopy full SHA for 2b0c17e
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
- Basic
19
version:
20
- '1'
21
- - '1.6'
+ - '1.10'
22
os:
23
- ubuntu-latest
24
arch:
@@ -58,7 +58,7 @@ jobs:
58
with:
59
version: '1'
60
- uses: cjdoris/julia-downgrade-compat-action@v1
61
- if: ${{ matrix.version == '1.6' }}
+ if: ${{ matrix.version == '1.10' }}
62
63
skip: Pkg,TOML,Statistics
64
- uses: julia-actions/julia-buildpkg@v1
Project.toml
@@ -39,7 +39,7 @@ StatsBase = "0.33.12, 0.34"
39
Suppressor = "0.2"
40
Tables = "1.6.0"
41
TimeZones = "1.6.1"
42
-julia = "1.6"
+julia = "1.10"
43
44
[workspace]
45
projects = ["test", "docs"]
0 commit comments