File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 4646 tools : composer:v2.8
4747 coverage : none
4848
49- - name : Setup SSH Keys
50- run : |
51- mkdir -p ~/.ssh
52- echo "${{ secrets.MCP_DEPLOY_KEY }}" > ~/.ssh/id_rsa
53- chmod 600 ~/.ssh/id_rsa
54- ssh-keyscan github.com >> ~/.ssh/known_hosts
55-
5649 - name : Install dependencies
5750 run : |
5851 composer update --prefer-dist --no-interaction --no-progress --with='illuminate/contracts:^${{ matrix.laravel }}'
9285 tools : composer:v2.8
9386 coverage : none
9487
95- - name : Setup SSH Keys
96- run : |
97- mkdir -p ~/.ssh
98- echo "${{ secrets.MCP_DEPLOY_KEY }}" > ~/.ssh/id_rsa
99- chmod 600 ~/.ssh/id_rsa
100- ssh-keyscan github.com >> ~/.ssh/known_hosts
101-
10288 - name : Install dependencies
10389 run : |
10490 composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}.0"
You can’t perform that action at this time.
0 commit comments