Skip to content

Commit

Permalink
reformat the versions of ghc for which we test.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Oct 4, 2023
1 parent 0efe320 commit 77f5e92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghc: [ '8.4' , '8.6', '8.8', '8.10', '9.0', '9.2', 'latest']
ghc:
- '8.4'
- '8.6'
- '8.8'
- '8.10'
- '9.0'
- '9.2'
- 'latest'

include:
- os: windows-latest
ghc: 'latest'
Expand Down

0 comments on commit 77f5e92

Please sign in to comment.