Skip to content

Commit a892a92

Browse files
committed
use Julia v1.11 in CI
1 parent 8efb595 commit a892a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Julia
2828
uses: julia-actions/setup-julia@v2
2929
with:
30-
version: '1'
30+
version: '1.11' # parser broken on 1.12
3131
- name: Check out repository
3232
uses: actions/checkout@v6
3333
- name: Cache artifacts

.github/workflows/test-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1'
24+
- '1.11' # parser broken on 1.12
2525
os:
2626
- ubuntu-latest
2727
arch:

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1'
22+
- '1.11' # parser broken on 1.12
2323
os:
2424
- ubuntu-latest
2525
- windows-latest

0 commit comments

Comments
 (0)