Skip to content

Commit

Permalink
Merge pull request #24 from reload/phpunit-2
Browse files Browse the repository at this point in the history
Update to phpunit version 2
  • Loading branch information
arnested authored Feb 10, 2025
2 parents 56a6a7b + 22c3173 commit 2ffe609
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 326 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.2', '8.3', '8.4']
php-version: ['8.3', '8.4']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.2', '8.3', '8.4']
php-version: ['8.3', '8.4']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
],
"require": {
"php": "^8.2"
"php": "^8.3"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpunit/phpunit": "^11.4",
"phpunit/phpunit": "^12.0",
"saggre/phpdocumentor-markdown": "^0.1.4",
"sempro/phpunit-pretty-print": "^1.2",
"squizlabs/php_codesniffer": "^3.11"
Expand Down
Loading

0 comments on commit 2ffe609

Please sign in to comment.