mirror of
https://github.com/thma/WhyHaskellMatters.git
synced 2024-11-22 03:26:24 +03:00
Update haskell.yml
This commit is contained in:
parent
804f5c3e11
commit
d11fa94755
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -11,9 +11,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-haskell@v1
|
||||
with:
|
||||
ghc-version: '8.6.5'
|
||||
ghc-version: '8.10.1'
|
||||
cabal-version: '3.0'
|
||||
stack: '2.2.0'
|
||||
stack-version: '2.3.3'
|
||||
- name: Build
|
||||
run: stack install
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user