Skip to content

Commit

Permalink
CI Julia ver: latest -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Oct 18, 2024
1 parent 0ad5f8b commit f6d0e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'latest'
- 'nightly'
- '1.6' # Replace this with the minimum Julia version that your package supports.
- '1' # latest stable 1.x releas
- 'nightly' # latest nightly release
os:
- macOS-latest
- windows-latest
Expand Down

0 comments on commit f6d0e76

Please sign in to comment.