Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0382 committed Dec 21, 2024
1 parent de4fbf5 commit abcb1ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6.7'
- '1.10.7'
- '1' # automatically expands to the latest stable 1.x release of Julia
- nightly
os:
Expand Down Expand Up @@ -52,6 +52,8 @@ jobs:
- uses: codecov/codecov-action@v5
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit abcb1ad

Please sign in to comment.