Skip to content

Commit 79d28f6

Browse files
authored
Migrate the testsuite to PHPUnit 11 (#1977)
1 parent b83ecef commit 79d28f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Download dependencies
2929
run: |
3030
composer config minimum-stability dev
31-
composer req symfony/phpunit-bridge --no-update
3231
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
3332
3433
- name: Run tests
35-
run: ./vendor/bin/simple-phpunit
34+
run: ./vendor/bin/phpunit

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
2020
"symfony/service-contracts": "^2.0 || ^3.0"
2121
},
22+
"require-dev": {
23+
"phpunit/phpunit": "^11.5.42",
24+
"symfony/error-handler": "^7.3.2 || ^8.0",
25+
"symfony/phpunit-bridge": "^7.3.2 || ^8.0"
26+
},
2227
"autoload": {
2328
"psr-4": {
2429
"AsyncAws\\CodeGenerator\\": "src"

0 commit comments

Comments
 (0)