From 88e4ca975c0360c0101692dcf9a003385dcb8479 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Wed, 17 Jan 2024 08:54:25 +0200 Subject: [PATCH] use julia v1.10 --- .github/workflows/CI.yml | 1 + .github/workflows/DocPreviewCleanup.yml | 2 +- .github/workflows/Documenter.yml | 4 ++-- Project.toml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 85b6b3ea5..46733dd9c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,6 +15,7 @@ jobs: version: - '1.8' - '1.9' + - '1.10' os: - ubuntu-latest arch: diff --git a/.github/workflows/DocPreviewCleanup.yml b/.github/workflows/DocPreviewCleanup.yml index bc29462c0..94b9f70ad 100644 --- a/.github/workflows/DocPreviewCleanup.yml +++ b/.github/workflows/DocPreviewCleanup.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 81658ce11..250772430 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -11,10 +11,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: '1.8' + version: '1.10' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy diff --git a/Project.toml b/Project.toml index 545091487..70a8d7446 100644 --- a/Project.toml +++ b/Project.toml @@ -47,11 +47,11 @@ LinearAlgebra = "1.8" NCDatasets = "0.12, 0.13" Primes = "0.5" Printf = "1.8" -ProgressMeter = "^1.7" +ProgressMeter = "1.7" Random = "1.8" Statistics = "1.8" TOML = "1" -UnicodePlots = "^3.3" +UnicodePlots = "3.3" julia = "1.8" [extras]