Skip to content

Commit

Permalink
ci: Update compiler matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Dec 30, 2023
1 parent 10e223e commit aeb8e3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
fail-fast: false
matrix:
include:
- ghc: '9.4.1'
- ghc: '9.8.1'
allow-failure: true
- ghc: '9.2.4'
allow-failure: true
# As of 2021-02-20, 9.0.1 build fails due to pqueue's upper bound on base
# - '9.0.1'
- ghc: '9.6.3'
allow-failure: false
- ghc: '9.4.8 '
allow-failure: false
- ghc: '9.2.8'
allow-failure: false
- ghc: '8.10.7'
allow-failure: false
- ghc: '8.8.4'
Expand All @@ -28,9 +30,6 @@ jobs:
allow-failure: false
- ghc: '8.4.4'
allow-failure: false
# We get linker errors when building the test suite. They look like this:
# relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a PIE object; recompile with -fPIC
# - '7.10.3'

steps:
# Weird, the action runner fails with a 'missing -lnuma' error, but only on 8.4.4.
Expand Down
14 changes: 8 additions & 6 deletions reactive-banana/reactive-banana.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ Maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
Category: FRP
Cabal-version: 1.18
Build-type: Simple
Tested-with: GHC == 9.4.1
, GHC == 9.2.4
, GHC == 8.10.7
, GHC == 8.8.4
, GHC == 8.6.5
, GHC == 8.4.4
Tested-with:
GHC == 9.6.3
, GHC == 9.4.8
, GHC == 9.2.8
, GHC == 8.10.7
, GHC == 8.8.4
, GHC == 8.6.5
, GHC == 8.4.4

extra-source-files: CHANGELOG.md,
doc/examples/*.hs
Expand Down

0 comments on commit aeb8e3c

Please sign in to comment.