Skip to content

Commit

Permalink
Update ci.yml: Change latest Julia to Julia 1.8.5 (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsadykov authored Jan 17, 2024
1 parent e7ca39a commit 588f358
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # minimum Julia version that your package supports. (new LTS)
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- '1.6.7' # minimum Julia version that your package supports. (new LTS)
- '1.8.5' # "work" version for Atoptima deployements
#- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
# for the moment, latest stable version 1.10 errors, we need to repair it
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -44,4 +46,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
file: lcov.info

0 comments on commit 588f358

Please sign in to comment.