Skip to content

Commit 133a93e

Browse files
committed
Bump minimal supported julia version to 1.6
In JuliaStats#1900, dependency on Roots.jl is being added, which only supports julia 1.6+
1 parent b219803 commit 133a93e

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
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.3'
26+
- '1.6'
2727
- '1'
2828
- pre
2929
os:
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: ${{ matrix.version }}
3838
# ARM64 on macos-latest is neither supported by older Julia versions nor setup-julia
39-
arch: ${{ matrix.os == 'macos-latest' && matrix.version != '1.3' && 'aarch64' || 'x64' }}
39+
arch: ${{ matrix.os == 'macos-latest' && matrix.version >= '1.8' && 'aarch64' || 'x64' }}
4040
show-versioninfo: true
4141
- uses: julia-actions/cache@v2
4242
- uses: julia-actions/julia-buildpkg@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ StatsAPI = "1.6"
5757
StatsBase = "0.32, 0.33, 0.34"
5858
StatsFuns = "0.9.15, 1"
5959
Test = "<0.0.1, 1"
60-
julia = "1.3"
60+
julia = "1.6"
6161

6262
[extras]
6363
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)