Skip to content

Commit

Permalink
[12.x] Update minimum PHPUnit versions (#54323)
Browse files Browse the repository at this point in the history
* [12.x] Update minimum PHPUnit versions

This is inline with the minimum supported version defined in
`nunomaduro/collision`

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Jan 23, 2025
1 parent e7cb34e commit 8b24a11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.3, 8.4]
phpunit: ['11.3.6']
phpunit: ['11.5.3']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.3, 8.4]
phpunit: ['11.3.6']
phpunit: ['11.5.3']
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 8.4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"pda/pheanstalk": "^5.0.6",
"php-http/discovery": "^1.15",
"phpstan/phpstan": "^1.11.5",
"phpunit/phpunit": "^11.3.6",
"phpunit/phpunit": "^11.5.3",
"predis/predis": "^2.3",
"resend/resend-php": "^0.10.0",
"symfony/cache": "^7.2.0",
Expand Down Expand Up @@ -188,7 +188,7 @@
"mockery/mockery": "Required to use mocking (^1.6).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
"phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^11.5.3).",
"predis/predis": "Required to use the predis connector (^2.3).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"illuminate/database": "Required to assert databases (^12.0).",
"illuminate/http": "Required to assert responses (^12.0).",
"mockery/mockery": "Required to use mocking (^1.6).",
"phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0)."
"phpunit/phpunit": "Required to use assertions and run tests (^11.5.3)."
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 8b24a11

Please sign in to comment.