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 8fed13d commit a322520Copy full SHA for a322520
.github/workflows/CI.yml
@@ -138,7 +138,9 @@ jobs:
138
- uses: actions/checkout@v4
139
- uses: julia-actions/setup-julia@v2
140
with:
141
- version: "1.9"
+ # we'll restrict doctests to a minor version, to avoid failures due
142
+ # to printing differences between Julia (minor) versions
143
+ version: "1.11"
144
- uses: julia-actions/julia-buildpkg@v1
145
- name: Set up documentation environment
146
run: make docs-manifest
0 commit comments