Skip to content

Update bash version bouncer to require bash 4.2 #656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 6, 2025

Conversation

DannyBen
Copy link
Member

@DannyBen DannyBen commented Aug 6, 2025

Before this PR, the bash version bouncer required version 4.0 for the associative arrays.

However, the [[ -v varname ]], which is used in bashly's templates, and is a common requirement for modern bash scripts was only introduced in bash version 4.2.

@DannyBen DannyBen added this to the 1.3 milestone Aug 6, 2025
@DannyBen DannyBen merged commit 9e85ff9 into master Aug 6, 2025
7 checks passed
@DannyBen DannyBen deleted the change/min-bash-version branch August 6, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant