Skip to content

Commit

Permalink
Update CI (9.2.8, 9.4.5, 9.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jul 4, 2023
1 parent d909373 commit 4d5af10
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 33 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- 8.8.4+macOS+exe
- 8.10.7+exe
- 9.0.2
- 9.2.7+exe
- 9.4.4
- 9.6.0
- 9.2.8+exe
- 9.4.5
- 9.6.2
- head
- hlint

Expand Down Expand Up @@ -104,33 +104,35 @@ jobs:
cabal_version: 3.2

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

- name: 9.4.4
ghc_version: 9.4.4
- name: 9.4.5
ghc_version: 9.4.5
runner: ubuntu-latest
cabal_version: 3.8.1.0

# [TODO] Once GHC 9.6.1 is published and supported by ghcup:
# • Remove release channel
# • Set GHC version to 9.6.1
# • Set Cabal version to 3.10
- name: 9.6.0
ghc_version: 9.6.0.20230302
ghcup_release_channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml"
- name: 9.6.2
ghc_version: 9.6.2
runner: ubuntu-latest
cabal_version: 3.8.1.0
cabal_version: 3.10.1.0

# Template for release candidates
# - name: 9.8.0
# ghc_version: 9.8.0.XXXXX
# ghcup_release_channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml"
# runner: ubuntu-latest
# cabal_version: 3.8.1.0

# [TODO] Use latest cabal (pre-)release
- name: head
ghc_version: head
# ghcup_release_channel: "https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml"
runner: ubuntu-latest
# cabal_version: 3.9.0.0
# cabal_version: 3.11.0.0
cabal_version: latest

- name: hlint
Expand Down
5 changes: 3 additions & 2 deletions experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.7
, GHC==9.4.4
, GHC==9.2.8
, GHC==9.4.5
, GHC==9.6.2

extra-doc-files:
Changelog.md
Expand Down
6 changes: 3 additions & 3 deletions ucd2haskell/ucd2haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.7
, GHC==9.4.4
, GHC==9.6.0
, GHC==9.2.8
, GHC==9.4.5
, GHC==9.6.2

extra-doc-files:
README.md
Expand Down
6 changes: 3 additions & 3 deletions unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.7
, GHC==9.4.4
, GHC==9.6.0
, GHC==9.2.8
, GHC==9.4.5
, GHC==9.6.2

extra-doc-files:
Changelog.md
Expand Down
6 changes: 3 additions & 3 deletions unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.7
, GHC==9.4.4
, GHC==9.6.0
, GHC==9.2.8
, GHC==9.4.5
, GHC==9.6.2

extra-doc-files:
Changelog.md
Expand Down
6 changes: 3 additions & 3 deletions unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.7
, GHC==9.4.4
, GHC==9.6.0
, GHC==9.2.8
, GHC==9.4.5
, GHC==9.6.2

extra-doc-files:
Changelog.md
Expand Down
6 changes: 3 additions & 3 deletions unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.7
, GHC==9.4.4
, GHC==9.6.0
, GHC==9.2.8
, GHC==9.4.5
, GHC==9.6.2

extra-doc-files:
Changelog.md
Expand Down

0 comments on commit 4d5af10

Please sign in to comment.