From 6c99107d8bb58837a623b6dce1d110204d472cc4 Mon Sep 17 00:00:00 2001 From: Ruslan Sadykov <41117501+rrsadykov@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:49:52 +0100 Subject: [PATCH] Update ci.yml: Change latest Julia to Julia 1.8.5 --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc008b2b0..0ccd7368c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -44,4 +46,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1 with: - file: lcov.info \ No newline at end of file + file: lcov.info