Skip to content

Commit

Permalink
CI: switch to 1.11-nightly for now (#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Feb 16, 2024
1 parent 138d8d8 commit a4f5d1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: [ '' ]
Expand Down

0 comments on commit a4f5d1e

Please sign in to comment.