We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efb595 commit a892a92Copy full SHA for a892a92
.github/workflows/documentation.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Julia
28
uses: julia-actions/setup-julia@v2
29
with:
30
- version: '1'
+ version: '1.11' # parser broken on 1.12
31
- name: Check out repository
32
uses: actions/checkout@v6
33
- name: Cache artifacts
.github/workflows/test-master.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
version:
24
- - '1'
+ - '1.11' # parser broken on 1.12
25
os:
26
- ubuntu-latest
arch:
.github/workflows/test-pull-request.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- windows-latest
0 commit comments