Skip to content

Commit 0b76a11

Browse files
committed
Add GHC-9.10 to the build matrix
1 parent 4978541 commit 0b76a11

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ghc-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
ghc-version: ['9.0.2', '9.2.7', '9.4.7', '9.6.2', '9.8.1']
19+
ghc-version: ['9.0.2', '9.2.7', '9.4.7', '9.6.2', '9.8.1', '9.10.1']
2020

2121
include:
2222
- os: windows-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Unreleased
22
----------
33

44
* Fix build error due to new exported function in blaze-html [#186](https://github.com/mpickering/eventlog2html/issues/186)
5+
* Add `GHC 9.10.1` to the build matrix.
56

67
0.11.0 release 2024-02-06
78
-------------------------

eventlog2html.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Extra-source-files:
3232
inline-docs/*.html
3333
extra-doc-files: README.md
3434
CHANGELOG.md
35-
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2, GHC ==9.8.1
35+
Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2, GHC ==9.8.1, GHC==9.10.1
3636

3737
Library
3838
Build-depends:

0 commit comments

Comments
 (0)