Skip to content

Commit

Permalink
don't test on 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott authored Sep 4, 2022
1 parent d50f6e8 commit c9f2a90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
matrix:
version:
- '1.7' # Lowest claimed support in Project.toml
- '1' # Latest Release
# - '1' # Latest Release # Testing on 1.8 gives this message:
# ┌ Warning: ir verification broken. Either use 1.9 or 1.7
# └ @ Diffractor ~/work/Diffractor.jl/Diffractor.jl/src/stage1/recurse.jl:889
- 'nightly'
os:
- ubuntu-latest
Expand Down

0 comments on commit c9f2a90

Please sign in to comment.