Skip to content

Commit 9003a58

Browse files
committed
Remove supports for PHPUnit 10
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 6f4c172 commit 9003a58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: true
4141
matrix:
4242
php: [8.3, 8.4]
43-
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.2.0']
43+
phpunit: ['11.5.3', '12.0.0', '12.2.0']
4444
stability: [prefer-lowest, prefer-stable]
4545
include:
4646
- php: 8.3
@@ -100,7 +100,7 @@ jobs:
100100
fail-fast: true
101101
matrix:
102102
php: [8.3, 8.4]
103-
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.1.0']
103+
phpunit: ['11.5.3', '12.0.0', '12.1.0']
104104
stability: [prefer-lowest, prefer-stable]
105105

106106
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }} - Windows

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"pda/pheanstalk": "^5.0.6|^7.0.0",
117117
"php-http/discovery": "^1.15",
118118
"phpstan/phpstan": "^2.0",
119-
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
119+
"phpunit/phpunit": "^11.5.3|^12.0.1",
120120
"predis/predis": "^2.3|^3.0",
121121
"resend/resend-php": "^0.10.0",
122122
"symfony/cache": "^7.4.0|^8.0.0",

0 commit comments

Comments
 (0)