diff --git a/.github/actions/linter_tests/action.yaml b/.github/actions/linter_tests/action.yaml index 0f2af97d3..32176a1fb 100644 --- a/.github/actions/linter_tests/action.yaml +++ b/.github/actions/linter_tests/action.yaml @@ -73,7 +73,7 @@ runs: brew install cpm cpm install -g --no-test --color Perl::Critic Perl::Tidy brew unlink perl && brew link perl - brew install php gnupg + brew install php@8.2 gnupg ;; Windows) echo "PLATFORM_APPEND_ARGS=--maxWorkers=5" >> "$GITHUB_ENV" diff --git a/.github/actions/tool_tests/action.yaml b/.github/actions/tool_tests/action.yaml index f9cba9e88..c7866fefb 100644 --- a/.github/actions/tool_tests/action.yaml +++ b/.github/actions/tool_tests/action.yaml @@ -51,7 +51,7 @@ runs: sudo apt install -y php8.2-fpm php8.2-xml php8.2-mbstring php8.2-curl ;; macOS) - brew install php gnupg + brew install php@8.2 gnupg ;; Windows) echo "PLATFORM_APPEND_ARGS=--maxWorkers=5" >> "$GITHUB_ENV"