1
1
mirror of https://github.com/thma/WhyHaskellMatters.git synced 2024-10-04 01:08:49 +03:00

Update haskell.yml

This commit is contained in:
Thomas Mahler 2020-10-22 10:12:41 +02:00 committed by GitHub
parent 804f5c3e11
commit d11fa94755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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