We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a40d56 commit 46b35e8Copy full SHA for 46b35e8
1 file changed
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
14
- name: Set up php${{ matrix.php-versions }}
15
- uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # master
+ uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # master
16
with:
17
php-version: ${{ matrix.php-versions }}
18
coverage: none
0 commit comments