diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 135f0f0cee9a..8e54e01828a1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,8 @@ jobs: - '1.6' - '1.9' # to be removed in the near future - '1.10' - - 'nightly' + - '1.11-nightly' + #- 'nightly' group: [ 'short', 'long' ] os: - ubuntu-latest @@ -112,7 +113,8 @@ jobs: julia-version: - '1.9' # to be removed in the near future - '1.10' - - 'nightly' + - '1.11-nightly' + #- 'nightly' os: - ubuntu-latest depwarn: [ '' ]