Skip to content

Commit 787c46d

Browse files
committed
Drop Julia v1.0
1 parent 67cf213 commit 787c46d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- version: '1'
1919
os: ubuntu-latest
2020
arch: x86
21-
- version: 'nightly'
21+
- version: '1.6'
2222
os: ubuntu-latest
2323
arch: x64
2424
steps:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SetProg"
22
uuid = "39881422-4b75-5582-a5c7-0feb14562a65"
33
repo = "https://github.com/blegat/SetProg.jl.git"
4-
version = "0.2.0"
4+
version = "0.3.0"
55

66
[deps]
77
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -34,7 +34,7 @@ Polyhedra = "0.7"
3434
RecipesBase = "0.7, 0.8, 1.0"
3535
Reexport = "0.2, 1.0"
3636
SumOfSquares = "0.6"
37-
julia = "1"
37+
julia = "1.6"
3838

3939
[extras]
4040
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"

0 commit comments

Comments
 (0)