Skip to content

Commit 14e749f

Browse files
authored
Merge pull request #28 from clawrock/phpunit-bump
PHPUnit version bump
2 parents 00833c3 + 90e5cd9 commit 14e749f

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,11 @@ jobs:
3131
restore-keys: |
3232
php${{ matrix.php }}-composer-
3333
34-
- name: Create auth.json
35-
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
36-
3734
- name: Composer install
35+
env:
36+
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }}
3837
run: composer install --no-interaction --prefer-dist
3938

40-
- name: Remove auth.json
41-
run: rm -f $GITHUB_WORKSPACE/auth.json
42-
4339
- name: PHPUnit
4440
run: vendor/bin/phpunit -c phpunit.xml.dist Test --no-interaction
4541

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"symfony/stopwatch": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
1818
},
1919
"require-dev": {
20-
"bitexpert/phpstan-magento": "^0.30.0",
20+
"bitexpert/phpstan-magento": "^0.31.0",
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
2222
"magento/magento-coding-standard": "*",
2323
"phpcompatibility/php-compatibility": "^9.3",
2424
"phpmd/phpmd": "^2.9.1",
25-
"phpstan/phpstan": "~1.10.0",
26-
"phpunit/phpunit": "~9.5.0",
25+
"phpstan/phpstan": "^1.11",
26+
"phpunit/phpunit": "^9.6.33",
2727
"sebastian/phpcpd": "^6.0.3",
2828
"slevomat/coding-standard": "~6.4.1",
2929
"squizlabs/php_codesniffer": "~3.7.2",

0 commit comments

Comments
 (0)