Skip to content

Commit

Permalink
Merge pull request #237 from GetShopTV/enable-9.2.3-on-ci
Browse files Browse the repository at this point in the history
Enable GHC 9.2.3 on CI
  • Loading branch information
swamp-agr committed Jun 18, 2022
2 parents 4ab38cf + bd318ac commit 00e6de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2"]
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.3"]
cabal: ["3.6.2.0"]
os: [ubuntu-latest, macOS-latest]
name: build and test (cabal)
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
with:
ghc-version: "9.0.2"
ghc-version: "9.2.3"
enable-stack: true
stack-version: "latest"
- run: |
Expand Down
8 changes: 2 additions & 6 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
resolver: lts-18.16
resolver: lts-19.11
packages:
- "."
extra-deps:
- aeson-2.0.1.0@sha256:ee0847af4d1fb9ece3f24f443d8d8406431c32688a57880314ac36617da937eb,6229
- semialign-1.2.0.1@sha256:5efc30d6f53f8d2a8a26d9bf3a57c0f20f4ba3086797ccaa615f644abc21d42e,2814
- time-compat-1.9.6.1@sha256:381a2e8ed6e41d20ff5929d12d25c1d9337d459de5964ef1d90b06d115b31f07,5033
- hashable-1.3.5.0@sha256:47d1232d9788bb909cfbd80618de18dcdfb925609593e202912bd5841db138c1,4193

0 comments on commit 00e6de0

Please sign in to comment.