diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 72dcaa6ca44..97a345de534 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -75,7 +75,7 @@ jobs: run: | pnpm nx build:feature-config woocommerce - - name: Add PHP8 Compatibility. + - name: Add PHP8 Compatibility. # Comment. run: | if [ "$(php -r "echo version_compare(PHP_VERSION,'8.0','>=');")" ]; then cd plugins/woocommerce