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 e614497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
symfony-version: '6.0.*'
- php-version: '8.2'
symfony-version: '7.0.*'
- 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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"require-dev": {
"jackalope/jackalope-doctrine-dbal": "^1.3",
"doctrine/phpcr-odm": "^1.4|^2.0",
"symfony/phpunit-bridge": "^6.0 || ^7.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

0 comments on commit e614497

Please sign in to comment.