Skip to content

Commit a322520

Browse files
committed
doctest
1 parent 8fed13d commit a322520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ jobs:
138138
- uses: actions/checkout@v4
139139
- uses: julia-actions/setup-julia@v2
140140
with:
141-
version: "1.9"
141+
# we'll restrict doctests to a minor version, to avoid failures due
142+
# to printing differences between Julia (minor) versions
143+
version: "1.11"
142144
- uses: julia-actions/julia-buildpkg@v1
143145
- name: Set up documentation environment
144146
run: make docs-manifest

0 commit comments

Comments
 (0)