Skip to content

Commit

Permalink
Update github workflows for lts+1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Oct 8, 2024
1 parent 5d26a78 commit e08f5ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
fail-fast: false
matrix:
version:
# - '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'.
- 'lts' # 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.
# - 'nightly'
- 'pre'
- 'nightly'
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit e08f5ff

Please sign in to comment.