Skip to content

Commit 306db46

Browse files
authored
Update ci.yml
remove nightly testing
1 parent 51c02b8 commit 306db46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version:
1818
- '1.5' # 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'.
1919
- '1.6' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20-
- 'nightly'
20+
# - 'nightly'
2121
os:
2222
- ubuntu-latest
2323
arch:

0 commit comments

Comments
 (0)