diff --git a/.github/workflows/php-idna-translator-test.yml b/.github/workflows/php-idna-translator-test.yml index 8b6a4cd..594dcd3 100644 --- a/.github/workflows/php-idna-translator-test.yml +++ b/.github/workflows/php-idna-translator-test.yml @@ -14,6 +14,10 @@ jobs: with: fetch-depth: 0 persist-credentials: false + - name: Install Dependencies::PHP${{ vars.RTLDEV_MW_CI_PHP_VERSION }} + run: | + echo "$HOME/.composer/vendor/bin" >> "$GITHUB_PATH" + composer update - name: Super Linter Code Base uses: github/super-linter/slim@v5 env: diff --git a/.github/workflows/php-sdk-test.yml b/.github/workflows/php-sdk-test.yml index de675c3..c5f7575 100644 --- a/.github/workflows/php-sdk-test.yml +++ b/.github/workflows/php-sdk-test.yml @@ -14,6 +14,10 @@ jobs: with: fetch-depth: 0 persist-credentials: false + - name: Install Dependencies::PHP${{ vars.RTLDEV_MW_CI_PHP_VERSION }} + run: | + echo "$HOME/.composer/vendor/bin" >> "$GITHUB_PATH" + composer update - name: Super Linter Code Base uses: github/super-linter/slim@v5 env: