Skip to content

Commit 2e8d45d

Browse files
committed
with new testing component
1 parent 9dc3159 commit 2e8d45d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test-application.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
- php-version: '8.0'
2525
dependencies: 'lowest'
2626
- php-version: '8.0'
27-
symfony-version: '6.0.*'
2827
- php-version: '8.1'
29-
symfony-version: '6.0.*'
3028
- php-version: '8.2'
29+
- php-version: '8.3'
3130
symfony-version: '7.0.*'
3231

3332
steps:
3433
- name: Checkout project
35-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3635

3736
- name: Install and configure PHP
3837
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"require-dev": {
2323
"jackalope/jackalope-doctrine-dbal": "^1.3",
24-
"doctrine/phpcr-odm": "^1.4|^2.0",
25-
"symfony/phpunit-bridge": "^6.0 || ^7.0",
24+
"doctrine/phpcr-odm": "^1.4 || ^2.0",
25+
"symfony/phpunit-bridge": "^7.0.3",
2626
"matthiasnoback/symfony-dependency-injection-test": "^4.1.0",
2727
"matthiasnoback/symfony-config-test": "^4.1.0",
2828
"doctrine/orm": "^2.9",
29-
"symfony-cmf/testing": "dev-master as 4.2.0",
29+
"symfony-cmf/testing": "dev-sf7 as 4.2.0",
3030
"doctrine/data-fixtures": "^1.0.0",
3131
"symfony/form": "^6.0 || ^7.0",
3232
"symfony/translation": "^6.0 || ^7.0",
@@ -69,5 +69,6 @@
6969
"allow-plugins": {
7070
"composer/package-versions-deprecated": true
7171
}
72-
}
72+
},
73+
"minimum-stability": "beta"
7374
}

0 commit comments

Comments
 (0)