Skip to content

Commit

Permalink
update min version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
archermarx committed Dec 21, 2023
1 parent c441568 commit f440cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.2' # 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.7' # 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.P
os:
- ubuntu-latest
Expand Down

0 comments on commit f440cfb

Please sign in to comment.