Skip to content

Commit

Permalink
CI: test against Julia nightly (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Nov 29, 2024
1 parent fc31545 commit 326a962
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ jobs:
- '1.6'
- '1.10'
- '1.11'
#- 'nightly' # disabled due to https://github.com/JuliaLang/julia/issues/55006
- 'nightly'
oscar-version:
- 'stable'
- 'devel'
- '1.1'
os:
- ubuntu-latest
exclude:
- julia-version: 'nightly'
oscar-version: '1.1'
#include:
# # Add a few windows and macOS jobs (not too many, the number we can run in parallel is limited)
# - julia-version: '1.10'
Expand Down

0 comments on commit 326a962

Please sign in to comment.