Skip to content

Commit

Permalink
Issue #24: Ensure code meets latest standards
Browse files Browse the repository at this point in the history
- Copy pasta derp
  • Loading branch information
sprak3000 committed Jul 28, 2023
1 parent 479a93e commit 888b3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
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
run: composer require --no-update --dev ergebnis/composer-normalize:^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 888b3ee

Please sign in to comment.