Skip to content

Commit

Permalink
CI: Add Julia 1.11 to update_manifest.yml (#117081)
Browse files Browse the repository at this point in the history
* Update registry-consistency-ci.um

* Update update_manifests.yml

* Comment out a line
  • Loading branch information
DilumAluthge authored Oct 11, 2024
1 parent bb92a0e commit c141938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/registry-consistency-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c141938

Please sign in to comment.