From d9defd40e4a04d2f27980366784f1c7262849a23 Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Thu, 1 Feb 2024 18:02:46 +0000 Subject: [PATCH] Update PHP Github action for acceptance tests --- .github/workflows/acceptance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 83640245d526..9a3ac57ece91 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -92,7 +92,7 @@ jobs: if: runner.os == 'Linux' run: sudo apt-get -y --no-install-recommends install libpcap-dev graphviz - - uses: shivammathur/setup-php@5b29e8a45433c406b3902dff138a820a408c45b7 + - uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d if: ${{ matrix.meterpreter.name == 'php' }} with: php-version: ${{ matrix.meterpreter.runtime_version }}