diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3943a17..b02f8dd 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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 }} diff --git a/haskell-updater.cabal b/haskell-updater.cabal index 7cbee72..9817470 100644 --- a/haskell-updater.cabal +++ b/haskell-updater.cabal @@ -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