Skip to content

Commit 8534357

Browse files
authored
Update ci.yml: run CI and docs on v1.11
1 parent 66d65fd commit 8534357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- 'nightly'
26+
- '1.11'
2727
os:
2828
- ubuntu-latest
2929
- macOS-latest
@@ -68,7 +68,7 @@ jobs:
6868
- uses: julia-actions/setup-julia@latest
6969
with:
7070
# version: '1.6'
71-
version: 'nightly'
71+
version: '1.11'
7272
- name: Generate docs
7373
run: |
7474
julia --color=yes -e 'write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"3f01184e-e22b-5df5-ae63-d93ebab69eaf\"\n"));'

0 commit comments

Comments
 (0)