Skip to content

Commit

Permalink
Update CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Aug 16, 2023
1 parent bd10f39 commit a858cda
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
matrix:
version:
- '1.6'
- '1.8'
- '~1.9.0-0'
- '1.9'
- '^1.10.0-0'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -43,7 +43,7 @@ jobs:
arch: x64
experimental: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -52,6 +52,8 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: lcov.info
files: lcov.info

0 comments on commit a858cda

Please sign in to comment.