We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54288f7 commit c3239b1Copy full SHA for c3239b1
1 file changed
.github/workflows/CI.yml
@@ -23,9 +23,8 @@ jobs:
23
fail-fast: false
24
matrix:
25
version:
26
- - '1.10'
27
- - '1.11'
28
- - 'pre'
+ - 'lts'
+ - '1'
29
os:
30
- ubuntu-latest
31
arch:
@@ -36,7 +35,7 @@ jobs:
36
35
with:
37
version: ${{ matrix.version }}
38
arch: ${{ matrix.arch }}
39
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
- uses: julia-actions/julia-processcoverage@v1
0 commit comments