Skip to content

Commit

Permalink
Use GHC 9.4.5 and 9.2.8 in CI (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Jun 22, 2023
1 parent 2bbbbeb commit a652bde
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
cabal: [3.10]
cabal: [3.10.1.0]
ghc:
- 8.10.7
- 9.0.2
- 9.2.7
- 9.4.4
- 9.2.8
- 9.4.5
exclude:
# Test only with latest GHC on windows and macOS
- os: macOS-latest
ghc: 8.10.7
- os: macOS-latest
ghc: 9.0.2
- os: macOS-latest
ghc: 9.2.7
ghc: 9.2.8
- os: windows-latest
ghc: 8.10.7
- os: windows-latest
ghc: 9.0.2
- os: windows-latest
ghc: 9.2.7
ghc: 9.2.8
steps:
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: [2.9.3]
ghc: [9.2.7]
stack: [2.11.1]
ghc: [9.4.5]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

`elm-street` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## Unreleased
* Support GHC 9.4.5

## 0.2.0.0 - Mar 29, 2022

Expand Down
4 changes: 2 additions & 2 deletions elm-street.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ extra-doc-files: README.md
CHANGELOG.md
tested-with: GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.7
GHC == 9.4.4
GHC == 9.2.8
GHC == 9.4.5

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-20.15
resolver: lts-21.0

0 comments on commit a652bde

Please sign in to comment.