Skip to content

Commit 7fb6e8d

Browse files
authored
release-julia-1.11: Run CI on Julia 1.11.x (#142)
1 parent ded3ced commit 7fb6e8d

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
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- 'nightly'
25+
- '1.11' # This is the `release-julia-1.11` branch, so we run CI on Julia 1.11.x
2626
os:
2727
- ubuntu-latest
2828
- macOS-latest
@@ -64,7 +64,7 @@ jobs:
6464
- uses: julia-actions/setup-julia@latest
6565
with:
6666
# version: '1.6'
67-
version: 'nightly'
67+
version: '1.11' # This is the `release-julia-1.11` branch, so we run CI on Julia 1.11.x
6868
- name: Generate docs
6969
run: |
7070
julia --color=yes -e 'write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"47e2e46d-f89d-539d-b4ee-838fcccc9c8e\"\n"));'

0 commit comments

Comments
 (0)