Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions .github/dependabot.yml

This file was deleted.

12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
prefer-lowest: ${{ matrix.prefer-lowest }}
- name: Run test suite
run: composer run-script phpunit
PHPMD:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: RevoTale/php-composer-testing-action@v1
with:
php-version: 8.4
prefer-lowest: 0
- name: Run test suite
run: composer run-script phpmd
Rector:
runs-on: ubuntu-latest
steps:
Expand All @@ -53,7 +43,7 @@ jobs:
- name: Run test suite
run: composer run-script phpstan
TestFinalization:
needs: [ PHPUnit, PHPMD, PHPStan ]
needs: [ PHPUnit, PHPStan ]
runs-on: ubuntu-latest
steps:
- name: Success
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"scripts": {
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
"phpmd": "vendor/bin/phpmd ./src/ text phpmd.ruleset.xml",
"rector:fix": "vendor/bin/rector process",
"rector:test": "vendor/bin/rector process --dry-run",
"phpunit": "vendor/bin/phpunit",
Expand All @@ -42,7 +41,6 @@
"minimum-stability": "stable",
"require-dev": {
"phpstan/phpstan": "^2.0",
"phpmd/phpmd" : "@stable",
"phpunit/phpunit": "^12.1",
"rector/rector": "^2.0"

Expand Down
22 changes: 0 additions & 22 deletions phpmd.ruleset.xml

This file was deleted.

Empty file removed phpunit.
Empty file.