We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1a2b2 commit 4376526Copy full SHA for 4376526
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: "actions/checkout@v2"
89
90
- name: "Install PHP with extensions"
91
- uses: "shivammathur/setup-php@v1"
+ uses: "shivammathur/setup-php@v2"
92
with:
93
php-version: "${{ matrix.php-version }}"
94
coverage: "pcov"
0 commit comments