Skip to content

Commit

Permalink
Drop support for v1.9 in CI
Browse files Browse the repository at this point in the history
Support was removed in JuliaStats#153, though that PR failed to set the correct compat bounds
  • Loading branch information
vtjnash committed Nov 3, 2023
1 parent bfc6326 commit 3afc7d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1' # automatically expands to the latest stable 1.x release of Julia
#- '1' # automatically expands to the latest stable 1.x release of Julia
- '1.10'
- 'nightly'
os:
- ubuntu-latest
Expand Down

0 comments on commit 3afc7d1

Please sign in to comment.