We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea0bd0 commit 6ca36f5Copy full SHA for 6ca36f5
.github/workflows/Downgrade.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1'
+ - '1.10' # current lts
22
- '1.9'
23
os:
24
- ubuntu-latest
@@ -34,7 +34,7 @@ jobs:
34
- uses: julia-actions/cache@v2
35
- uses: julia-actions/julia-downgrade-compat@v1
36
with:
37
- skip: LinearAlgebra,SparseArrays
+ skip: LinearAlgebra,SparseArrays,Statistics
38
projects: ., test
39
- uses: julia-actions/julia-buildpkg@v1
40
env:
.github/workflows/SpellCheck.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Checkout Actions Repository
11
uses: actions/checkout@v4
12
- name: Check spelling
13
- uses: crate-ci/typos@v1.25.0
+ uses: crate-ci/typos@v1.26.8
0 commit comments