From 051a3135f85b461c4ff884c75094cf0c75dce02b Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 13 Nov 2024 13:09:40 -0500 Subject: [PATCH] ci: use 1.10 as the min version --- .github/workflows/ci.yml | 4 +--- .github/workflows/docs.yml | 2 +- Project.toml | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96e03ea0..631aef35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' - - '1.8' - - '1.9' - '1.10' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. + - 'pre' os: - ubuntu-latest arch: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5f87a918..56b69f5a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: '1.6' + 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 2f94e6ab..01a7c1fc 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,6 @@ ReverseDiff = "1.15" SciMLBase = "2" StaticArrayInterface = "1" StaticArraysCore = "1.4" -Test = "1.10" Tracker = "0.2.34" Zygote = "0.6.70" julia = "1.10"