Skip to content

Commit 2b0c17e

Browse files
committed
bump minimum julia version to 1.10
1 parent 61e5fb9 commit 2b0c17e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- Basic
1919
version:
2020
- '1'
21-
- '1.6'
21+
- '1.10'
2222
os:
2323
- ubuntu-latest
2424
arch:
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
version: '1'
6060
- uses: cjdoris/julia-downgrade-compat-action@v1
61-
if: ${{ matrix.version == '1.6' }}
61+
if: ${{ matrix.version == '1.10' }}
6262
with:
6363
skip: Pkg,TOML,Statistics
6464
- uses: julia-actions/julia-buildpkg@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ StatsBase = "0.33.12, 0.34"
3939
Suppressor = "0.2"
4040
Tables = "1.6.0"
4141
TimeZones = "1.6.1"
42-
julia = "1.6"
42+
julia = "1.10"
4343

4444
[workspace]
4545
projects = ["test", "docs"]

0 commit comments

Comments
 (0)