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 eb97f01 commit c94fef6Copy full SHA for c94fef6
.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@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f" # v2
+ uses: "shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593" # v2
20
with:
21
coverage: "${{ matrix.coverage }}"
22
ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767
0 commit comments