Skip to content

Commit

Permalink
use stable julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored and abelsiqueira committed Dec 20, 2021
1 parent 8558437 commit 0397936
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ task:
name: FreeBSD
env:
matrix:
- JULIA_VERSION: 1.3
- JULIA_VERSION: 1.6
- JULIA_VERSION: 1
- JULIA_VERSION: nightly
allow_failures: $JULIA_VERSION == 'nightly'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3
version: 1.6
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.3', '1']
version: ['1.6', '1']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
allow_failure: [false]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
Ipopt = "0.5.0, 0.6, 0.7"
NLPModels = "0.14, 0.15, 0.16, 0.17, 0.18"
SolverCore = "0.1, 0.2"
julia = "^1.3.0"
julia = "^1.6"

[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
ADNLPModels = "0.3"
Documenter = "~0.26"
NLPModels = "0.17"
NLPModels = "0.18"

0 comments on commit 0397936

Please sign in to comment.