We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b773dd commit 0773171Copy full SHA for 0773171
.github/workflows/php-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
22
23
- name: "Install PHP"
24
- uses: "shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f" # 2.35.3
+ uses: "shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4" # 2.35.4
25
with:
26
coverage: "${{ matrix.coverage }}"
27
ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767
0 commit comments