4.1.0
What's Changed
- DEV-47: Update to Node 18 and PHP 8.2 on CircleCI by @byrond in #222
- DEV-30 - Move phpmd config to phpmd.xml. by @raylwalters in #234
- DEV-63: Update to PHP 8.3 by @byrond in #236
Full Changelog: 4.0.4...4.1.0
Updating to this release
- Manually update the PHP and Node versions in your project's
.circleci/config.yml
-- as of this release, the templates use:image: cimg/php:8.3-browsers
NODE_VERSION: 18
- See https://github.com/palantirnet/the-build/blob/4.1.0/defaults/install/.circleci/config.yml#L11-L23
- Move the phpmd configuration into your project per https://github.com/palantirnet/the-build/pull/234/files
- Copy the-build's template for
phpmd.xml
into your project:cp vendor/palantirnet/the-build/defaults/install/phpmd.xml .
- Update how phpmd is run in your
build.xml
file: https://github.com/palantirnet/the-build/pull/234/files#diff-95311ab2502812eaa859fffe6bf48d80be06038e2543b5f68f68078baf72baee
- Copy the-build's template for