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 7fc34cf commit 21623e0Copy full SHA for 21623e0
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
version:
33
- '1.10'
34
- '1.11'
35
+ - '1.12'
36
os:
37
- ubuntu-latest
38
arch:
@@ -40,7 +41,9 @@ jobs:
40
41
- uses: actions/checkout@v4
42
- uses: julia-actions/setup-julia@v2
43
with:
44
+ include-all-prereleases: true
45
version: ${{ matrix.version }}
46
+ arch: ${{ matrix.arch }}
47
- uses: julia-actions/cache@v2
48
- uses: julia-actions/julia-buildpkg@v1
49
- uses: julia-actions/julia-runtest@v1
@@ -62,6 +65,8 @@ jobs:
62
65
steps:
63
66
64
67
68
+ with:
69
+ version: '1'
70
71
72
- run: make docs
0 commit comments