Skip to content

Commit

Permalink
Removed GHC 8.8 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro committed Jul 28, 2023
1 parent 2e60912 commit 98ff092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.8', '8.10']
ghc: ['8.10']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 98ff092

Please sign in to comment.