Skip to content

Commit d94d15e

Browse files
committed
Drop Julia 1.6 for the next major release of ADNLPModels.jl
1 parent 5e322b0 commit d94d15e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- 'lts'
1413
- '1'
1514
- 'pre'
1615
os:
@@ -28,7 +27,7 @@ jobs:
2827
with:
2928
version: ${{ matrix.version }}
3029
arch: ${{ matrix.arch }}
31-
- uses: actions/cache@v1
30+
- uses: actions/cache@v4
3231
env:
3332
cache-name: cache-artifacts
3433
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ NLPModels = "0.21.3"
2121
ReverseDiff = "1.15.3"
2222
SparseConnectivityTracer = "0.6.1"
2323
SparseMatrixColorings = "0.4.0"
24-
julia = "1.6"
24+
julia = "1.10"

0 commit comments

Comments
 (0)