File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4040 run : composer require --no-update squizlabs/php_codesniffer:"dev-master"
4141
4242 # Install dependencies and handle caching in one go.
43- # @link https://github.com/marketplace/actions/install-composer -dependencies
43+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
4444 - name : Install Composer dependencies
4545 uses : " ramsey/composer-install@v2"
4646 with :
5454
5555 # Show XML violations inline in the file diff.
5656 # @link https://github.com/marketplace/actions/xmllint-problem-matcher
57- - uses : korelstar/xmllint-problem-matcher@v1
57+ - name : Enable showing XML issues inline
58+ uses : korelstar/xmllint-problem-matcher@v1
5859
5960 # Validate the XML file.
6061 # @link http://xmlsoft.org/xmllint.html
9091
9192 # Install dependencies and handle caching in one go.
9293 # Dependencies need to be installed to make sure the PHPUnit classes are recognized.
93- # @link https://github.com/marketplace/actions/install-composer -dependencies
94+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
9495 - name : Install Composer dependencies
9596 uses : " ramsey/composer-install@v2"
9697 with :
Original file line number Diff line number Diff line change 9191 composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"
9292
9393 # Install dependencies and handle caching in one go.
94- # @link https://github.com/marketplace/actions/install-composer -dependencies
94+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
9595 - name : Install Composer dependencies - normal
9696 if : ${{ matrix.php != '8.3' }}
9797 uses : " ramsey/composer-install@v2"
You can’t perform that action at this time.
0 commit comments