Skip to content

Commit

Permalink
Merge pull request #13 from andreasnoack/andreasnoack-patch-1
Browse files Browse the repository at this point in the history
Adjust CI targets
  • Loading branch information
andreasnoack authored Jan 12, 2025
2 parents 80c6952 + bee91a1 commit 486fc8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
fail-fast: false
matrix:
version:
# - '1.0'
- 'min'
- 'lts'
- '1'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Distributions = "0.25"
ProgressMeter = "1"
StatsBase = "0.33"
julia = "1.6"
julia = "1.7"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit 486fc8c

Please sign in to comment.