Skip to content

Commit

Permalink
🧪 change CI Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
neversakura committed Nov 14, 2023
1 parent c923cfe commit fc2ec75
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
with:
file: lcov.info



0 comments on commit fc2ec75

Please sign in to comment.