Skip to content

Commit

Permalink
1.7 -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Jul 20, 2022
1 parent d9c6711 commit 296453c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
if: ${{ matrix.julia-version == '1.7' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.julia-version == '1' && matrix.os == 'ubuntu-latest' }}
- uses: codecov/codecov-action@v1
if: ${{ matrix.julia-version == '1.7' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.julia-version == '1' && matrix.os == 'ubuntu-latest' }}
with:
file: lcov.info
# docs:
Expand Down

0 comments on commit 296453c

Please sign in to comment.