Skip to content

Commit

Permalink
ci: Bump GHC, update versions building ucd2haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 7, 2024
1 parent 4e4ebcc commit a64cc10
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- 8.4.4
- 8.6.5
- 8.8.4
- 8.8.4+macOS+exe
- 8.10.7+exe
- 8.8.4+macOS
- 8.10.7
- 9.0.2
- 9.2.8+exe
- 9.4.7
- 9.6.2
- 9.8.2
- 9.10.1
- 9.10.1+exe
- latest-nightly
- hlint
include:
Expand Down Expand Up @@ -95,16 +95,14 @@ jobs:
cabal_version: 3.2
ignore_error: false

- name: 8.8.4+macOS+exe
- name: 8.8.4+macOS
ghc_version: 8.8.4
pack_options: CABAL_BUILD_OPTIONS="-f ucd2haskell"
runner: macos-latest
cabal_version: 3.2
ignore_error: false

- name: 8.10.7+exe
- name: 8.10.7
ghc_version: 8.10.7
pack_options: CABAL_BUILD_OPTIONS="-f ucd2haskell"
runner: ubuntu-latest
cabal_version: 3.2
ignore_error: false
Expand All @@ -115,22 +113,22 @@ jobs:
cabal_version: 3.2
ignore_error: false

# [NOTE] Last GHC version that can build ucd2haskell
- name: 9.2.8+exe
ghc_version: 9.2.8
# [NOTE] Oldest version supported by ucd2haskell
pack_options: CABAL_BUILD_OPTIONS="-f ucd2haskell"
runner: ubuntu-latest
cabal_version: 3.6
ignore_error: false

- name: 9.4.7
ghc_version: 9.4.7
- name: 9.4.8
ghc_version: 9.4.8
runner: ubuntu-latest
cabal_version: 3.8.1.0
ignore_error: false

- name: 9.6.2
ghc_version: 9.6.2
- name: 9.6.5
ghc_version: 9.6.5
runner: ubuntu-latest
cabal_version: 3.10.1.0
ignore_error: false
Expand All @@ -141,8 +139,9 @@ jobs:
cabal_version: latest
ignore_error: false

- name: 9.10.1
- name: 9.10.1+exe
ghc_version: 9.10.1
pack_options: CABAL_BUILD_OPTIONS="-f ucd2haskell"
runner: ubuntu-latest
cabal_version: latest
ignore_error: false
Expand Down

0 comments on commit a64cc10

Please sign in to comment.