Skip to content

Commit de41405

Browse files
committed
Require Julia 1.6 and adjust CI
1 parent a932dfe commit de41405

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,17 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.1'
18-
- '1.6' # current LTS release
19-
- '1' # automatically expands to the latest stable 1.x release of Julia
20-
# - 'nightly'
17+
- 'min'
18+
- 'lts'
19+
- '1'
20+
- 'pre'
2121
os:
2222
- ubuntu-latest
2323
# - macOS-latest
2424
# - windows-latest
2525
arch:
2626
- x64
2727
allow-to-fail: [false]
28-
include:
29-
- version: 'nightly'
30-
os: ubuntu-latest
31-
arch: x64
32-
allow-to-fail: true
3328
steps:
3429
- uses: actions/checkout@v6
3530
- uses: julia-actions/setup-julia@v2

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["multivariate statistics", "dimensionality reduction"]
44
license = "MIT"
55
desc = "A Julia package for multivariate statistics and data analysis"
66
repository = "https://github.com/JuliaStats/MultivariateStats.jl.git"
7-
version = "0.10.3"
7+
version = "0.11.0"
88

99
[deps]
1010
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
@@ -22,7 +22,7 @@ StableRNGs = "1"
2222
Statistics = "1"
2323
StatsAPI = "^1.3"
2424
StatsBase = "^0.33, 0.34"
25-
julia = "1.1"
25+
julia = "1.6"
2626

2727
[extras]
2828
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

0 commit comments

Comments
 (0)