Skip to content

Commit

Permalink
Add Julia v1.6 to ci (#124)
Browse files Browse the repository at this point in the history
* Add Julia v1.6 to ci

* Add IA v0.20

* Remove from ci
  • Loading branch information
blegat authored May 23, 2024
1 parent 5dfd17c commit 11bc306
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:
strategy:
fail-fast: false
matrix:
version: ['1'] # Test against LTS
version: ['1'] # , '1.6'] # LTS is failing because HomotopyContinuation is a dependency of the tests it doesn't support the LTS
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
include:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
[compat]
DataStructures = "0.18"
DynamicPolynomials = "0.5"
IntervalArithmetic = "0.22"
IntervalArithmetic = "0.20, 0.21, 0.22" # Needs v0.20 for Julia v1.6 support
JuMP = "1"
MathOptInterface = "1"
MultivariateBases = "0.2"
Expand Down

0 comments on commit 11bc306

Please sign in to comment.