File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 path : apps/${{ env.APP_NAME }}
3838
3939 - name : Set up php ${{ matrix.php-versions }}
40- uses : shivammathur/setup-php@v1
40+ uses : shivammathur/setup-php@v2
4141 with :
4242 php-version : ${{ matrix.php-versions }}
4343 tools : phpunit
9999 path : apps/${{ env.APP_NAME }}
100100
101101 - name : Set up php ${{ matrix.php-versions }}
102- uses : shivammathur/setup-php@v1
102+ uses : shivammathur/setup-php@v2
103103 with :
104104 php-version : ${{ matrix.php-versions }}
105105 tools : phpunit
@@ -164,7 +164,7 @@ jobs:
164164 path : apps/${{ env.APP_NAME }}
165165
166166 - name : Set up php ${{ matrix.php-versions }}
167- uses : shivammathur/setup-php@v1
167+ uses : shivammathur/setup-php@v2
168168 with :
169169 php-version : ${{ matrix.php-versions }}
170170 tools : phpunit
You can’t perform that action at this time.
0 commit comments