Skip to content

Commit

Permalink
Add GHC8 to the testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Apr 22, 2024
1 parent 8f01c5d commit 3758b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.2.8", "9.6.3", "9.8.1"]
ghc: ["8.10.7", "9.2.8", "9.6.4", "9.8.1"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3758b16

Please sign in to comment.