Skip to content

Commit

Permalink
Exit code (#238)
Browse files Browse the repository at this point in the history
* maintenance: dependabot
closes #205

* feature: exit code, closes #236

* test: fix phpstan

* test: improve stream checking

* ci: match phpunit version
  • Loading branch information
g105b authored Sep 18, 2023
1 parent f451b58 commit 71deb9c
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 102 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: PHP Unit tests
uses: php-actions/phpunit@v3
with:
version: 9.6.12
php_version: 8.0
php_extensions: xdebug
configuration: test/phpunit/phpunit.xml
Expand Down
Loading

0 comments on commit 71deb9c

Please sign in to comment.