Skip to content

Commit ca6ba77

Browse files
committed
bump minimum julia v1.10
1 parent e8ae5dc commit ca6ba77

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- Basic
2222
- JET
2323
version:
24-
- '1.8'
24+
- '1.10'
2525
- '1'
2626
os:
2727
- ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
3333
# - run: Rscript -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
3434
# - run: Rscript -e 'pak::pkg_install(c("any::ggplot2","any::RcppArmadillo","any::dtwclust"), upgrade = FALSE)'
3535
- uses: cjdoris/julia-downgrade-compat-action@v1
36-
if: ${{ matrix.version == '1.8' }}
36+
if: ${{ matrix.version == '1.10' }}
3737
with:
3838
skip: Pkg,TOML,Statistics
3939
- uses: julia-actions/setup-julia@v1

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
*.jl.*.cov
22
*.jl.cov
33
*.jl.mem
4-
/Manifest.toml
4+
/Manifest*.toml
55
/docs/build/
66
tmp
77
dev
8-
docs/Manifest.toml
9-
test/Manifest.toml
8+
docs/Manifest*.toml
9+
test/Manifest*.toml

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ InlineStrings = "1.4.0"
2020
RCall = "0.14"
2121
StaticArrays = "1.9.0"
2222
Tables = "1.9.0"
23-
julia = "1.8" # in 1.7: version `GLIBCXX_3.4.30' not found
23+
julia = "1.10"
2424

2525

0 commit comments

Comments
 (0)