Skip to content

Commit 629eb2e

Browse files
committed
Set compat and CI to Julia LTS version
1 parent 943c590 commit 629eb2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- version: '1'
1717
os: ubuntu-latest
1818
arch: x64
19-
- version: '1.5'
19+
- version: 'lts'
2020
os: ubuntu-latest
2121
arch: x64
2222
- version: 'nightly'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MetaGraphsJLD2Ext = ["Graphs", "JLD2"]
1515
[compat]
1616
Graphs = "1.4"
1717
JLD2 = "0.1.11, 0.2, 0.3, 0.4, 0.5, 0.6"
18-
julia = "1"
18+
julia = "1.10"
1919

2020
[extras]
2121
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

0 commit comments

Comments
 (0)