ci(shell): add a Bash 3.2 smoke check #138
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/bash32-smoke"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The README now promises Bash 3.2+, but CI does not run any explicit check that keeps that floor enforced.
Solution
Add a small Bash 3.2 smoke script and run it in the quality workflow via the
bash:3.2container so syntax and the mixed-case nightly tag path stay covered.