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