diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index 9683c00..12c153f 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -10,14 +10,14 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8'] + ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10'] steps: - uses: actions/checkout@v4 - uses: haskell-actions/setup@v2 id: setup-haskell with: ghc-version: ${{ matrix.ghc }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ steps.setup-haskell.outputs.cabal-store }} diff --git a/rrb-vector.cabal b/rrb-vector.cabal index 961b35a..806fbad 100644 --- a/rrb-vector.cabal +++ b/rrb-vector.cabal @@ -30,8 +30,9 @@ tested-with: GHC == 9.0.2 GHC == 9.2.8 GHC == 9.4.8 - GHC == 9.6.3 - GHC == 9.8.1 + GHC == 9.6.5 + GHC == 9.8.2 + GHC == 9.10.1 source-repository head type: git