Skip to content

Commit 4ffed3e

Browse files
committed
Upgraded experimental to 9.12.3
1 parent cf77976 commit 4ffed3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/add_experimental_flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ ${#EXP_FLAGS[@]} -eq 0 ]]; then
2525
else
2626
# TODO: temporary update to newer ghc, remove this once we upgrade the whole project to a newer GHC
2727
EXP_FLAGS_STRING=$(printf '+%s ' "${EXP_FLAGS[@]}")
28-
EXPERIMENTAL=$(jq --arg ghc "9.10.3" --arg flags "$EXP_FLAGS_STRING" --arg label "experimental" \
28+
EXPERIMENTAL=$(jq --arg ghc "9.12.3" --arg flags "$EXP_FLAGS_STRING" --arg label "experimental" \
2929
'.include[0] += {ghc: $ghc, flags: $flags, label: $label}' <<<"$MATRIX_JSON")
3030

3131
UPDATED=$(jq --argjson exp_include "$(jq '.include' <<<"$EXPERIMENTAL")" \

0 commit comments

Comments
 (0)