diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d10b373..ff6b4f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: - ubuntu-latest - macOS-latest ghc: - - '9.8.1' - - '9.6.3' - - '9.4.7' + - '9.8.2' + - '9.6.4' + - '9.4.8' - '9.2.8' cabal: - '3.10.1.0' diff --git a/haskellorls.cabal b/haskellorls.cabal index a105a6f..dd155c7 100644 --- a/haskellorls.cabal +++ b/haskellorls.cabal @@ -6,7 +6,7 @@ license: BSD-3-Clause license-file: LICENSE maintainer: 12132068+a5ob7r@users.noreply.github.com author: a5ob7r -tested-with: GHC ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1 +tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 extra-source-files: CHANGELOG.md README.md