diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08b6299..e9c4328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,19 +28,19 @@ jobs: matrix: os: [ubuntu-latest] ghc: - - "8.8" - "8.10" - "9.0" - "9.2" - "9.4" - "9.6" - "9.8" + - "9.10" include: - - { os: macOS-latest, ghc: "9.8" } - - { os: windows-latest, ghc: "9.8" } + - { os: macOS-latest, ghc: "9.10" } + - { os: windows-latest, ghc: "9.10" } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up GHC ${{ matrix.ghc-version }} uses: haskell-actions/setup@v2 @@ -98,7 +98,7 @@ jobs: steps: - uses: nikeee/setup-pandoc@v1 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: haskell-actions/setup@v2 name: Setup Haskell Stack diff --git a/io-streams-haproxy.cabal b/io-streams-haproxy.cabal index 81b74c1..d3ab639 100644 --- a/io-streams-haproxy.cabal +++ b/io-streams-haproxy.cabal @@ -27,13 +27,13 @@ extra-doc-files: Bug-Reports: https://github.com/snapframework/io-streams-haproxy/issues tested-with: - GHC == 8.8.4 GHC == 8.10.7 GHC == 9.0.2 GHC == 9.2.8 - GHC == 9.4.7 - GHC == 9.6.3 - GHC == 9.8.1 + GHC == 9.4.8 + GHC == 9.6.6 + GHC == 9.8.2 + GHC == 9.10.1 source-repository head type: git