Skip to content

Commit

Permalink
Update ci.yml: run CI and docs on v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Nov 2, 2024
1 parent 66d65fd commit 8534357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- 'nightly'
- '1.11'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
# version: '1.6'
version: 'nightly'
version: '1.11'
- name: Generate docs
run: |
julia --color=yes -e 'write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"3f01184e-e22b-5df5-ae63-d93ebab69eaf\"\n"));'
Expand Down

0 comments on commit 8534357

Please sign in to comment.