Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Sep 14, 2023
1 parent 6845d00 commit 9f1f393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: event, ev
tools: phpunit:9, composer:v2
tools: phpunit:10, composer:v2
coverage: none
- run: composer install
- run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require-dev": {
"symfony/var-dumper": "^6.0",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^10.0",
"swow/swow": "^1.0"
},
"suggest": {
Expand Down
5 changes: 3 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
defaultTimeLimit="10"
colors="true"
testdox="true"
stopOnWarning="true">
<testsuites>
<testsuite name="event-loop">
Expand Down

0 comments on commit 9f1f393

Please sign in to comment.