Skip to content

Commit a23efd9

Browse files
committed
test php8
1 parent 6db0787 commit a23efd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
run: |
3434
composer self-update
3535
composer install --no-interaction --prefer-source --no-dev
36-
composer require squizlabs/php_codesniffer=3.6.0
37-
composer require --ignore-platform-reqs phpunit/phpunit=9.0.0
36+
3837
3938
- name: Run cases
4039
run: |

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.3"
16+
"php": ">=5.3.3",
17+
"phpunit/phpunit": "~9.0"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)