Skip to content

Commit

Permalink
with new testing component
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 17, 2024
1 parent 9dc3159 commit 2e8d45d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
- php-version: '8.0'
dependencies: 'lowest'
- php-version: '8.0'
symfony-version: '6.0.*'
- php-version: '8.1'
symfony-version: '6.0.*'
- php-version: '8.2'
- php-version: '8.3'
symfony-version: '7.0.*'

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install and configure PHP
uses: shivammathur/setup-php@v2
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"require-dev": {
"jackalope/jackalope-doctrine-dbal": "^1.3",
"doctrine/phpcr-odm": "^1.4|^2.0",
"symfony/phpunit-bridge": "^6.0 || ^7.0",
"doctrine/phpcr-odm": "^1.4 || ^2.0",
"symfony/phpunit-bridge": "^7.0.3",
"matthiasnoback/symfony-dependency-injection-test": "^4.1.0",
"matthiasnoback/symfony-config-test": "^4.1.0",
"doctrine/orm": "^2.9",
"symfony-cmf/testing": "dev-master as 4.2.0",
"symfony-cmf/testing": "dev-sf7 as 4.2.0",
"doctrine/data-fixtures": "^1.0.0",
"symfony/form": "^6.0 || ^7.0",
"symfony/translation": "^6.0 || ^7.0",
Expand Down Expand Up @@ -69,5 +69,6 @@
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
},
"minimum-stability": "beta"
}

0 comments on commit 2e8d45d

Please sign in to comment.