Skip to content

Commit ff8647b

Browse files
committed
enable bench action for 9.6, 9.8
1 parent d9123fc commit ff8647b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
ghc: ['9.2', '9.4']
118+
ghc: ['9.2', '9.4', '9.6', '9.8']
119119
os: [ubuntu-latest]
120120
cabal: ['3.10']
121121
example: ['cabal', 'lsp-types']

0 commit comments

Comments
 (0)