Skip to content

Commit 7890449

Browse files
committed
temporarily remove nightly from test matrix
1 parent 10eb202 commit 7890449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version:
1818
- '1.3' # 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' # 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
- macos-latest

0 commit comments

Comments
 (0)