What's Changed
This patch release fixes Bash compatibility in the test workflow for macOS. Apple ships Bash 3.2, which lacks modern features like globstar and extended array handling available in Bash 4+. The fix replaces globstar-based array operations with find commands and refactors conditionals to use boolean flags, ensuring the workflow runs reliably on both macOS and Linux runners.
Sources:
- 💚 fix bash compatibility in test workflow for macos by @gimlichael in 117eaf8
Full Changelog: v3.2.0...v3.2.1