Skip to content

Commit

Permalink
bump Julia to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Sep 21, 2021
1 parent 1ed46db commit cf00e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ["1.4", "1.6"]
julia-version: ["1.5", "1.6", "~1.7.0-0"]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SimpleWeightedGraphs = "1"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
StaticArrays = "1.0"
StatsBase = "0.32, 0.33"
julia = "1.4"
julia = "1.5"

[extras]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down

0 comments on commit cf00e22

Please sign in to comment.