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 706f8b2 commit 28845f1Copy full SHA for 28845f1
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
18
- '1.0'
19
- '1.6'
20
- '1.10'
21
+ - '1.12'
22
- 'nightly'
23
os:
24
- ubuntu-latest
@@ -32,16 +33,6 @@ jobs:
32
33
with:
34
version: ${{ matrix.version }}
35
arch: ${{ matrix.arch }}
- - uses: actions/cache@v4
36
- env:
37
- cache-name: cache-artifacts
38
- with:
39
- path: ~/.julia/artifacts
40
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
41
- restore-keys: |
42
- ${{ runner.os }}-test-${{ env.cache-name }}-
43
- ${{ runner.os }}-test-
44
- ${{ runner.os }}-
45
- uses: julia-actions/julia-buildpkg@latest
46
- uses: julia-actions/julia-runtest@latest
47
- uses: julia-actions/julia-processcoverage@v1
0 commit comments