Skip to content

Commit

Permalink
Issue #24: Ensure code meets latest standards
Browse files Browse the repository at this point in the history
- Set composer-normalize to 2.31+ for PHP 8.0 test runs.
  • Loading branch information
sprak3000 committed Jul 28, 2023
1 parent fb36148 commit 479a93e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: "Use PHPUnit 9.3+ on PHP 8"
run: composer require --no-update --dev phpunit/phpunit:^9.3
if: "matrix.php == '8.0'"
- name: "Use composer-normalize 2.31+ on PHP 8"
run: composer require --no-update --dev phpunit/phpunit:^2.31
if: "matrix.php == '8.0'"
- run: composer update --no-progress ${{ matrix.composer-flags }}
- run: vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml

0 comments on commit 479a93e

Please sign in to comment.