Skip to content

Commit abb8a0e

Browse files
committed
fix: update Cabal version to 3.16 in benchmark workflow
1 parent 1de9bab commit abb8a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
matrix:
125125
ghc: ${{ fromJSON(needs.pre_job.outputs.bench_ghc_versions) }}
126126
os: [ubuntu-latest]
127-
cabal: ['3.16.1.0']
127+
cabal: ['3.16']
128128
example: ['cabal', 'lsp-types']
129129

130130
steps:

0 commit comments

Comments
 (0)