Skip to content

Commit a1122e2

Browse files
committed
test php8
1 parent 9373c8e commit a1122e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
composer self-update
3535
composer install --no-interaction --prefer-source --dev
3636
37-
3837
- name: Run cases
3938
run: |
4039
./vendor/bin/phpcs --standard=PSR2 src

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": ">=5.3.3"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~9.0",
19+
"phpunit/phpunit": "=9.0.0",
2020
"squizlabs/php_codesniffer": "~3.6"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)