Skip to content

Commit d1c1c42

Browse files
authored
Drop support for v1.9 in CI (#157)
Support was removed in #153, though that PR failed to set the correct compat bounds
1 parent bfc6326 commit d1c1c42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- '1' # automatically expands to the latest stable 1.x release of Julia
15+
#- '1' # automatically expands to the latest stable 1.x release of Julia
16+
- '~1.10.0-0'
1617
- 'nightly'
1718
os:
1819
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ desc = "Basic statistics for Julia."
66
version = "1.11.0"
77

88
[compat]
9-
julia = "1.9"
9+
julia = "1.9.4"
1010

1111
[deps]
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)