Skip to content

Commit 40275e2

Browse files
authored
Merge pull request #167 from JuliaStats/andreasnoack-patch-1
Stop testing on nightly
2 parents fa5592a + 58e5986 commit 40275e2

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
@@ -14,7 +14,6 @@ jobs:
1414
version:
1515
- '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
1616
- '~1.10.0-0'
17-
- 'nightly'
1817
os:
1918
- ubuntu-latest
2019
- macOS-latest
@@ -30,6 +29,7 @@ jobs:
3029
- uses: julia-actions/setup-julia@v1
3130
with:
3231
version: ${{ matrix.version }}
32+
include-all-prereleases: true
3333
arch: ${{ matrix.arch }}
3434
- uses: actions/cache@v1
3535
env:

0 commit comments

Comments
 (0)