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 8572422 commit f643ca2Copy full SHA for f643ca2
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
uses: "actions/checkout@v2"
77
78
- name: "Install PHP with extensions"
79
- uses: "shivammathur/setup-php@v1"
+ uses: "shivammathur/setup-php@v2"
80
with:
81
php-version: "${{ matrix.php-version }}"
82
coverage: "pcov"
0 commit comments