diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf97d09..c71cff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,18 +38,18 @@ jobs: - "8.10.7" - "9.0.2" - "9.2.8" - - "9.4.5" - - "9.6.3" - - "9.8.1" + - "9.4.8" + - "9.6.6" + - "9.8.2" - "9.10.1" # Use only the "main" (usually latest) compiler version on non-Linux exclude: - os: macOS-latest ghc: 9.10.1 - os: macOS-latest - ghc: 9.8.1 + ghc: 9.8.2 - os: macOS-latest - ghc: 9.4.5 + ghc: 9.4.8 - os: macOS-latest ghc: 9.2.8 - os: macOS-latest @@ -59,9 +59,9 @@ jobs: - os: windows-latest ghc: 9.10.1 - os: windows-latest - ghc: 9.8.1 + ghc: 9.8.2 - os: windows-latest - ghc: 9.4.5 + ghc: 9.4.8 - os: windows-latest ghc: 9.2.8 - os: windows-latest @@ -106,7 +106,7 @@ jobs: strategy: matrix: stack: ["3.1.1"] - ghc: ["9.6.3"] + ghc: ["9.6.6"] steps: - uses: actions/checkout@v4 diff --git a/stack.yaml b/stack.yaml index 2d0dc93..f47039c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1 @@ -resolver: lts-22.4 +resolver: lts-22.38 diff --git a/universum.cabal b/universum.cabal index 80447e9..54264e3 100644 --- a/universum.cabal +++ b/universum.cabal @@ -16,9 +16,9 @@ bug-reports: https://github.com/serokell/universum/issues tested-with: GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.8 - , GHC == 9.4.5 - , GHC == 9.6.3 - , GHC == 9.8.1 + , GHC == 9.4.8 + , GHC == 9.6.6 + , GHC == 9.8.2 , GHC == 9.10.1 extra-doc-files: CHANGES.md , CONTRIBUTING.md