Skip to content

Commit

Permalink
test on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Oct 1, 2022
1 parent 14f3ac4 commit b401918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.8.1']
version: ['1']
os: [ubuntu-latest]
arch: [x64]
group:
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
GROUP: ${{ matrix.group }}
# continue-on-error: ${{ matrix.version == 'nightly' }} # Allow nightly to fail and workflow still count as completed
- uses: julia-actions/julia-processcoverage@v1
if: ${{ matrix.version == '1.8.1' }}
if: ${{ matrix.version == '1' }}
- uses: codecov/codecov-action@v1
if: ${{ matrix.version == '1.8.1' }}
if: ${{ matrix.version == '1' }}
with:
file: lcov.info

0 comments on commit b401918

Please sign in to comment.