Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76cbb23

Browse files
committedJul 12, 2023
Add latest-nightly to CI
1 parent 611064b commit 76cbb23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
matrix:
4444
os: [ubuntu-latest, macOS-latest, windows-latest]
4545
plan:
46+
# Nightly releases
47+
- ghc: latest-nightly
48+
cabal: latest
4649
# Latest releases
4750
- ghc: latest
4851
cabal: latest

0 commit comments

Comments
 (0)
Please sign in to comment.