Skip to content

Commit 11bc306

Browse files
authored
Add Julia v1.6 to ci (#124)
* Add Julia v1.6 to ci * Add IA v0.20 * Remove from ci
1 parent 5dfd17c commit 11bc306

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
version: ['1'] # Test against LTS
14+
version: ['1'] # , '1.6'] # LTS is failing because HomotopyContinuation is a dependency of the tests it doesn't support the LTS
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
arch: [x64]
1717
include:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
2020
[compat]
2121
DataStructures = "0.18"
2222
DynamicPolynomials = "0.5"
23-
IntervalArithmetic = "0.22"
23+
IntervalArithmetic = "0.20, 0.21, 0.22" # Needs v0.20 for Julia v1.6 support
2424
JuMP = "1"
2525
MathOptInterface = "1"
2626
MultivariateBases = "0.2"

0 commit comments

Comments
 (0)