Skip to content

Commit

Permalink
Merge pull request #72 from rdohms/feature/ghactions-minor-tweaks
Browse files Browse the repository at this point in the history
GH Actions: minor tweaks
  • Loading branch information
rdohms committed Mar 20, 2023
2 parents 24a52e7 + 89c901b commit 2a0e774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check-cs.yml
Expand Up @@ -40,7 +40,9 @@ jobs:
composer update --prefer-dist --no-suggest --no-progress --no-interaction
- name: Check Code Style
id: phpcs
run: vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml

- name: Show PHPCS results in PR
if: ${{ always() && steps.phpcs.outcome == 'failure' }}
run: cs2pr ./phpcs-report.xml
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install dependencies - ignore platform reqs
if: ${{ matrix.php >= 8.3 }}
run: |
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --ignore-platform-reqs --no-interaction
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --ignore-platform-req=php+ --no-interaction
- name: Execute Unit Tests
run: vendor/bin/phpunit

0 comments on commit 2a0e774

Please sign in to comment.