Skip to content

Commit

Permalink
add ghc 9.6.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Dec 5, 2023
1 parent 3a9efdd commit 7e9cddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
fail-fast: false
matrix:
arch: [ 'ppc' ]
ghc: ['9.2.8']
cabal: ['3.6.0.0']
ghc: ['9.2.8', '9.6.2']
cabal: ['3.10.2.0']
os: [self-hosted]

name: GHC ${{ matrix.ghc }} on ${{ matrix.os }} pate-${{ matrix.arch }}
Expand Down

0 comments on commit 7e9cddf

Please sign in to comment.