We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d063f3 commit 1355f77Copy full SHA for 1355f77
.github/workflows/validate.yml
@@ -23,10 +23,10 @@ on:
23
env:
24
# We choose a stable ghc version across all os's
25
# which will be used to do the next release
26
- GHC_FOR_RELEASE: '9.2.3'
+ GHC_FOR_RELEASE: '9.2.8'
27
# Ideally we should use the version about to be released for hackage tests and benchmarks
28
- GHC_FOR_SOLVER_BENCHMARKS: '9.2.3'
29
- GHC_FOR_COMPLETE_HACKAGE_TESTS: '9.2.3'
+ GHC_FOR_SOLVER_BENCHMARKS: '9.2.8'
+ GHC_FOR_COMPLETE_HACKAGE_TESTS: '9.2.8'
30
COMMON_FLAGS: '-j 2 -v'
31
32
jobs:
0 commit comments