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 c94fef6 commit 4952852Copy full SHA for 4952852
.github/workflows/codecov.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: "actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd" # v5.0.1
17
18
- name: "Install PHP"
19
- uses: "shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593" # v2
+ uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
20
with:
21
coverage: "${{ matrix.coverage }}"
22
ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767
0 commit comments