Skip to content

Commit

Permalink
ci: Build with GHC 9.10.1 via cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 12, 2024
1 parent 43a3187 commit 0139c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
cabal:
strategy:
matrix:
ghc: ['9.6.4', '9.8.2']
ghc: ['9.6.4', '9.8.2', '9.10.1']
fail-fast: false
name: Cabal - Linux GHC ${{ matrix.ghc }}
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0139c84

Please sign in to comment.