From c141938d0ccffce57c5e3fd65700914db2da7b18 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Fri, 11 Oct 2024 10:29:09 -0400 Subject: [PATCH] CI: Add Julia 1.11 to `update_manifest.yml` (#117081) * Update registry-consistency-ci.um * Update update_manifests.yml * Comment out a line --- .github/workflows/registry-consistency-ci.yml | 1 + .github/workflows/update_manifests.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/registry-consistency-ci.yml b/.github/workflows/registry-consistency-ci.yml index ecf2fdc209b069a..ed101b65f97a48e 100644 --- a/.github/workflows/registry-consistency-ci.yml +++ b/.github/workflows/registry-consistency-ci.yml @@ -32,6 +32,7 @@ jobs: - '1.9' - '1.10' - '1.11' + # - '1.12' # Uncomment this once Julia 1.12 is released # - 'nightly' # TODO: uncomment this line os: - ubuntu-latest diff --git a/.github/workflows/update_manifests.yml b/.github/workflows/update_manifests.yml index 1eeb0850b251491..8c4f968fd53ba0c 100644 --- a/.github/workflows/update_manifests.yml +++ b/.github/workflows/update_manifests.yml @@ -30,6 +30,8 @@ jobs: - '1.8' - '1.9' - '1.10' + - '1.11' + # - '1.12' # Uncomment this line once Julia 1.12 is released # - 'nightly' # TODO: uncomment this line steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.3.0