We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf77976 commit 4ffed3eCopy full SHA for 4ffed3e
.github/scripts/add_experimental_flags.sh
@@ -25,7 +25,7 @@ if [[ ${#EXP_FLAGS[@]} -eq 0 ]]; then
25
else
26
# TODO: temporary update to newer ghc, remove this once we upgrade the whole project to a newer GHC
27
EXP_FLAGS_STRING=$(printf '+%s ' "${EXP_FLAGS[@]}")
28
- EXPERIMENTAL=$(jq --arg ghc "9.10.3" --arg flags "$EXP_FLAGS_STRING" --arg label "experimental" \
+ EXPERIMENTAL=$(jq --arg ghc "9.12.3" --arg flags "$EXP_FLAGS_STRING" --arg label "experimental" \
29
'.include[0] += {ghc: $ghc, flags: $flags, label: $label}' <<<"$MATRIX_JSON")
30
31
UPDATED=$(jq --argjson exp_include "$(jq '.include' <<<"$EXPERIMENTAL")" \
0 commit comments