Skip to content

Commit 52c9899

Browse files
committed
update test setup
1 parent 5329bf1 commit 52c9899

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tools: composer:v2
2727

2828
- name: Select Contao version
29-
run: composer require --no-update "contao/core-bundle:${{ matrix.contao }}" "contao/test-case:${{ matrix.contao }}"
29+
run: composer require --no-update "contao/core-bundle:${{ matrix.contao }}"
3030

3131
- name: Install dependencies
3232
run: composer update --no-interaction --prefer-dist

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@
3636
"contao/contao-rector": "dev-main",
3737
"phpstan/phpstan": "^2.1",
3838
"phpstan/phpstan-symfony": "^2.0",
39-
"phpunit/phpunit": "^11.0",
39+
"phpunit/phpunit": "^12.4",
4040
"rector/rector": "^2.4",
4141
"symplify/easy-coding-standard": "^12.6"
4242
},
43+
"scripts": {
44+
"test": "phpunit"
45+
},
4346
"suggest": {
4447
"symfony/ux-turbo": "Required by the optional multi_step_registration/ux-turbo.html.twig template variant."
4548
},

0 commit comments

Comments
 (0)