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 36299ec commit 1855135Copy full SHA for 1855135
.github/workflows/integration.yml
@@ -19,10 +19,10 @@ jobs:
19
continue-on-error: ${{ matrix.experimental }}
20
steps:
21
- name: "Checkout"
22
- uses: "actions/checkout@v2.3.1"
+ uses: actions/checkout@v2
23
24
- name: "Install PHP"
25
- uses: "shivammathur/setup-php@2.4.1"
+ uses: shivammathur/setup-php@v2
26
with:
27
php-version: "${{ matrix.php-version }}"
28
coverage: xdebug
0 commit comments