File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919
2020 - name : Install dependencies
2121 run : |
22- composer update --prefer-dist --no-interaction
22+ composer update --prefer-dist --no-interaction --ignore-platform-reqs
2323 composer mago:install-binary
2424
2525 - name : Run Mago
Original file line number Diff line number Diff line change 8484 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8585
8686 - name : Install dependencies
87- run : composer update --${{ matrix.stability }} --prefer-dist --no-interaction
87+ run : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
8888
8989 - name : " Setup Redis"
9090 if : ${{ matrix.os != 'windows-latest' }}
Original file line number Diff line number Diff line change 9090 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
9191
9292 - name : Install dependencies
93- run : composer update --${{ matrix.stability }} --prefer-dist --no-interaction
93+ run : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
9494
9595 - name : " Setup Redis"
9696 if : ${{ matrix.os != 'windows-latest' }}
Original file line number Diff line number Diff line change 7777 run : |
7878 ./bin/build-changed-packages
7979 cd "packages/${{ matrix.package.basename }}"
80- composer update --${{ matrix.stability }} --prefer-dist --no-interaction
80+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
8181
8282 - name : Execute tests
8383 run : phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml"
You can’t perform that action at this time.
0 commit comments