Skip to content

Commit

Permalink
Drop support for v1.9 in CI (#157)
Browse files Browse the repository at this point in the history
Support was removed in #153, though that PR failed to set the correct compat bounds
  • Loading branch information
vtjnash authored Nov 5, 2023
1 parent bfc6326 commit d1c1c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.0-0'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ desc = "Basic statistics for Julia."
version = "1.11.0"

[compat]
julia = "1.9"
julia = "1.9.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit d1c1c42

Please sign in to comment.