Skip to content

Commit d001045

Browse files
Modifiled several non-source files for Julia v1.8.0
1 parent 48e8616 commit d001045

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
version:
2222
- '1.6'
2323
- '1.7'
24+
- '1.8'
2425
- 'nightly'
2526
os:
2627
- ubuntu-latest

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
version: '1.6'
15+
version: '1.8'
1616
- name: Install dependencies
1717
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1818
- name: Build and deploy

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ QuadGK = "2.4"
4141
Reexport = "1"
4242
SimpleWeightedGraphs = "1.1.1"
4343
StatsBase = "0.33.6"
44-
julia = "1.6, 1.7"
44+
julia = "1.6, 1.7, 1.8"
4545

4646
[extras]
4747
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)