File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Removed
6+
7+ - ** Redundant qa.sh script:** Removed ` qa.sh ` as its functionality is fully covered by ` make check ` .
8+
59## [ v1.8.0] ( https://github.com/Thavarshan/phpvm/compare/v1.7.0...v1.8.0 ) - 2026-01-12
610
711### Added
1216- ** Alias visibility:** ` phpvm list ` now shows configured aliases.
1317- ** Alias resolution in ` .phpvmrc ` :** ` phpvm auto ` now resolves aliases defined in ` .phpvmrc ` .
1418- ** Latest/stable keywords:** ` latest ` and ` stable ` now resolve to the latest installed PHP version.
15- - ** Quality assurance tooling:** Added ShellCheck and shfmt configuration, a QA Makefile, and a ` qa.sh ` runner script .
19+ - ** Quality assurance tooling:** Added ShellCheck and shfmt configuration and a comprehensive QA Makefile .
1620- ** BATS test suite:** Added comprehensive BATS tests for core functionality and new alias behavior.
1721- ** CI quality workflow:** Added a quality workflow for linting, formatting, and tests.
1822
Original file line number Diff line number Diff line change @@ -200,9 +200,6 @@ make release # Prepare for release
200200### Direct Script Usage
201201
202202``` bash
203- # Run quality assurance script
204- ./qa.sh
205-
206203# Run phpvm tests
207204bash phpvm.sh test
208205
@@ -366,9 +363,6 @@ make install-hooks
366363``` bash
367364# Run same checks as CI
368365make check
369-
370- # Or use qa script
371- ./qa.sh
372366```
373367
374368## Resources
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments