diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 928abf06..99d820e3 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1' + - '1.10' # current lts - '1.9' os: - ubuntu-latest @@ -34,7 +34,7 @@ jobs: - uses: julia-actions/cache@v2 - uses: julia-actions/julia-downgrade-compat@v1 with: - skip: LinearAlgebra,SparseArrays + skip: LinearAlgebra,SparseArrays,Statistics projects: ., test - uses: julia-actions/julia-buildpkg@v1 env: diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 71eea717..27a81105 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.23.6 + uses: crate-ci/typos@v1.26.8