Skip to content

Commit

Permalink
Merge pull request #70 from spawnia/support-phpunit-10
Browse files Browse the repository at this point in the history
Support PHPUnit 10
  • Loading branch information
rdohms committed Jun 2, 2023
2 parents 2a0e774 + 815b4a6 commit aa6b9e8
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 2,473 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -91,5 +91,8 @@ jobs:
run: |
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --ignore-platform-req=php+ --no-interaction
- name: Migrate PHPUnit configuration if possible
run: vendor/bin/phpunit --migrate-configuration || echo '--migrate-configuration not available'

- name: Execute Unit Tests
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
"type": "library",
"require": {
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"php": "^5.4 || ^7.0 || ^8.0"
},
"license": "MIT",
Expand Down

0 comments on commit aa6b9e8

Please sign in to comment.