We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8ded0 commit 2b9b852Copy full SHA for 2b9b852
.github/workflows/haskell.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
- uses: reflex-frp/reflex-community/.github/workflows/haskell.yml
+ uses: reflex-frp/reflex-community/.github/workflows/haskell.yml@0f9c2d9f01ed56ec4b324bcdf8e65f28ed9497e1
8
with:
9
matrix-ghc: "['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1']"
10
matrix-os: "['ubuntu-latest', 'macos-latest']"
0 commit comments