Skip to content

Commit 1388ab8

Browse files
authored
Merge pull request #36 from gamma-opt/master
Julia 1.6 and JuMP 1.3.0 update
2 parents c4f652a + 8c74c54 commit 1388ab8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
version: '1.4'
15+
version: '1.6'
1616
- name: Install dependencies
1717
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1818
- name: Build and deploy

.github/workflows/Runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
julia-version: ['1.0', '1.4', '1.5']
8+
julia-version: ['1.6', '1.7']
99
julia-arch: [x64]
1010
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macOS-latest]
1111
steps:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1212

1313
[compat]
14-
julia = "1"
15-
JuMP = "=0.22"
14+
julia = "1.6"
15+
JuMP = "=1.3.0"
1616
StatsBase = "0.33"
1717
DataFrames = "1.3"
1818
PrettyTables = "1.3"

0 commit comments

Comments
 (0)