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 c20958a commit 85a811aCopy full SHA for 85a811a
.github/workflows/php-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: "actions/checkout@v4.2.2"
22
23
- name: "Install PHP"
24
- uses: "shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0" # 2.35.2
+ uses: "shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f" # 2.35.3
25
with:
26
coverage: "${{ matrix.coverage }}"
27
ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767
0 commit comments