diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fe258c4..c1276f2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,6 +15,7 @@ jobs: fail-fast: false matrix: version: + - '1.10' - '1' # automatically expands to the latest stable 1.x release of Julia - 'min' - 'pre' @@ -36,11 +37,8 @@ jobs: - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 with: - files: lcov.info - token: ${{ secrets.CODECOV_TOKEN }} + coverage: false docs: name: Documentation runs-on: ubuntu-latest