Skip to content

Commit f06c7af

Browse files
committed
Address phpunit versions in workflow
1 parent 7def906 commit f06c7af

File tree

3 files changed

+78
-3
lines changed

3 files changed

+78
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
with:
2323
php-version: ${{ matrix.php-versions }}
2424
coverage: none
25-
tools: phpunit
2625
ini-values: error_reporting=E_ALL
2726
- name: Setup Composer
2827
uses: ./.github/actions/setup-composer
28+
- name: Install PHPUnit
29+
run: composer require --dev phpunit/phpunit
2930
- name: Run PHPUnit
3031
run: composer test -- --do-not-cache-result
3132
PHP_CodeSniffer:
@@ -68,9 +69,10 @@ jobs:
6869
with:
6970
php-version: latest
7071
coverage: none
71-
tools: composer-normalize
7272
- name: Setup Composer
7373
uses: ./.github/actions/setup-composer
74+
- name: Install composer-normalize
75+
run: composer require --dev ergebnis/composer-normalize
7476
- name: Run composer-normalize
7577
run: composer normalize --dry-run
7678
coverage:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
build/
33
vendor/
44
.php-cs-fixer.cache
5-
composer.lock

composer.lock

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)