Skip to content

Commit 0e3db66

Browse files
authored
Merge pull request #29 from docopt/fix-tests
Remove phpunit
2 parents 5ad491c + ae8cf1a commit 0e3db66

File tree

7 files changed

+221
-945
lines changed

7 files changed

+221
-945
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
13+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
1414

1515
steps:
1616
- name: Setup PHP ${{ matrix.php-version }}

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"require": {
1717
"php": ">=5.3.0"
1818
},
19-
"require-dev": {
20-
"phpunit/phpunit": "4.1.*"
21-
},
2219
"autoload": {
2320
"classmap": ["src/docopt.php"]
2421
}

0 commit comments

Comments
 (0)