Skip to content

Commit

Permalink
Bump th-abstraction, parameterized-utils, test with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 27, 2023
1 parent 82849d4 commit 944f2d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
strategy:
matrix:
arch: ['tablegen', 'arm', 'thumb', 'ppc', 'aarch64', 'arm-xml']
ghc: ['8.10.7', '9.2.7', '9.4.4']
cabal: ['3.8.1.0']
ghc: ['9.2.7', '9.4.4', '9.6.2']
cabal: ['3.10.1.0']
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
# Only test macOS and Windows on the latest supported GHC versions
- os: macOS-latest
ghc: 8.10.7
- os: macOS-latest
ghc: 9.2.7
- os: windows-latest
ghc: 8.10.7
- os: macOS-latest
ghc: 9.4.4
- os: windows-latest
ghc: 9.2.7
- os: windows-latest
ghc: 9.4.4
# This configuration runs out of memory
- os: windows-latest
arch: aarch64
Expand Down
2 changes: 1 addition & 1 deletion dismantle-tablegen/dismantle-tablegen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library
build-depends: base >=4.10 && <5,
ghc-prim,
template-haskell,
th-abstraction >= 0.2 && < 0.5,
th-abstraction >= 0.2 && < 0.6,
bytestring,
binary,
pretty,
Expand Down

0 comments on commit 944f2d0

Please sign in to comment.