Skip to content

Commit

Permalink
Update resolver in stack.yaml and minor GHC versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gromakovsky committed Oct 16, 2024
1 parent 55885f7 commit aad5e5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
matrix:
stack: ["3.1.1"]
ghc: ["9.6.3"]
ghc: ["9.6.6"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-22.4
resolver: lts-22.38
6 changes: 3 additions & 3 deletions universum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aad5e5e

Please sign in to comment.