Skip to content

Commit

Permalink
workflows: Test with ghc-9.6, drop ghc-8.10
Browse files Browse the repository at this point in the history
Switch to haskell-actions/setup (the project name was changed upstream)

Update 'tested-with' in haskell-updater.cabal

Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Jan 30, 2024
1 parent 0f2450c commit f7296a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
matrix:
os: [ubuntu-latest]
ghc-version:
[ "8.10"
, "9.0"
[ "9.0"
, "9.2"
, "9.4"
, "9.6"
]

steps:
- uses: actions/checkout@v3

- name: Set up GHC ${{ matrix.ghc-version }}
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup
with:
ghc-version: ${{ matrix.ghc-version }}
Expand Down
6 changes: 5 additions & 1 deletion haskell-updater.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ extra-source-files:
man/haskell-updater.1
TODO

tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5
tested-with:
, GHC ==9.0.2
, GHC ==9.2.8
, GHC ==9.4.6
, GHC ==9.6.4

source-repository head
type: git
Expand Down

0 comments on commit f7296a2

Please sign in to comment.