Skip to content

Commit

Permalink
rule out older GHCs due to hoauth2 Experimental module
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 17, 2023
1 parent 713c7de commit fa05678
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
# ghc-version: ['9.6', '9.4', '9.2', '9.0', '8.10']
stack-resolver: ['lts-20.24', 'lts-19.33', 'lts-18.28', 'lts-16.31', 'lts-14.27']
stack-resolver: ['nightly-2023-06-17', 'lts-20.24']
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fa05678

Please sign in to comment.