Skip to content

Commit

Permalink
refactor: Added broken v4.3.5 to skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Jul 17, 2021
1 parent 4653dfd commit f696fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OUT_DIR="${ROOT_PATH}/out"
GIT_TAG_REGEX='^v([3]\\.[8-9]|[4-9]\\.|\\d{2,}).+$'

# Skip version tags (these won't compile)
SKIP_VERSIONS="v3.9-beta v3.9-rc v3.9.2 v3.9.3 v3.9.5 v3.9.8 v3.9.9 v3.9.10 v4.0.8 v4.1.6 v4.3.3 v4.3.4"
SKIP_VERSIONS="v3.9-beta v3.9-rc v3.9.2 v3.9.3 v3.9.5 v3.9.8 v3.9.9 v3.9.10 v4.0.8 v4.1.6 v4.3.3 v4.3.4 v4.3.5"


# #################################################################################################################### #
Expand Down

0 comments on commit f696fa3

Please sign in to comment.