File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v2
2525
2626 - name : Install PHP
27- uses : shivammathur/setup-php@1.7.0
27+ uses : shivammathur/setup-php@2.2.2
2828 with :
2929 php-version : ${{ matrix.php }}
3030 coverage : none
5858 - uses : actions/checkout@v2
5959
6060 - name : Install PHP
61- uses : shivammathur/setup-php@1.7.0
61+ uses : shivammathur/setup-php@2.2.2
6262 with :
6363 php-version : 7.1
6464 coverage : none
8989 - uses : actions/checkout@v2
9090
9191 - name : Install PHP
92- uses : shivammathur/setup-php@1.7.0
92+ uses : shivammathur/setup-php@2.2.2
9393 with :
9494 php-version : 7.1
9595 coverage : none
@@ -122,7 +122,7 @@ jobs:
122122 ref : ${{ github.ref }}
123123
124124 - name : Install PHP
125- uses : shivammathur/setup-php@1.7.0
125+ uses : shivammathur/setup-php@2.2.2
126126 with :
127127 php-version : 7.2
128128 coverage : pcov
You can’t perform that action at this time.
0 commit comments