Skip to content

Commit

Permalink
CI: Test with GHC 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Dec 31, 2024
1 parent 5c77bcf commit 1cb445c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4', '9.6', '9.8', '9.10']
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4', '9.6', '9.8', '9.10', '9.12']
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
flags: ['', '--flags "fma3 f16c"', '--flags float128']
exclude:
Expand All @@ -17,6 +17,8 @@ jobs:
flags: '--flags float128'
- ghc: '9.10'
flags: '--flags float128'
- ghc: '9.12'
flags: '--flags float128'
- os: macos-13
flags: '--flags float128'
- os: macos-14
Expand Down Expand Up @@ -70,7 +72,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4', '9.6', '9.8', '9.10']
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4', '9.6', '9.8', '9.10', '9.12']
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
flags: ['', '--flags x87-long-double']
exclude:
Expand All @@ -82,6 +84,8 @@ jobs:
flags: '--flags x87-long-double'
- ghc: '9.10'
flags: '--flags x87-long-double'
- ghc: '9.12'
flags: '--flags x87-long-double'
# macos-14 (Arm64) doesn't support older GHC
# 8.10.7 and 9.0.2 are excluded because haskell-actions/setup doesn't install LLVM
- os: macos-14
Expand Down

0 comments on commit 1cb445c

Please sign in to comment.