From 85a4d93041ed07a61a1732575b2d1aa4e8a095e2 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 25 Aug 2025 10:55:49 -0400 Subject: [PATCH] `release-julia-1.11`: Run CI on Julia 1.11.x --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b204ae..b363638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: version: - - 'nightly' + - '1.11' # This is the `release-julia-1.11` branch, so we run CI on Julia 1.11.x os: - ubuntu-latest - macOS-latest @@ -64,7 +64,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: # version: '1.6' - version: 'nightly' + version: '1.11' # This is the `release-julia-1.11` branch, so we run CI on Julia 1.11.x - name: Generate docs run: | julia --color=yes -e 'write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"47e2e46d-f89d-539d-b4ee-838fcccc9c8e\"\n"));'