diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 705b6a4..59f8d91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,17 @@ jobs: - php-versions: '8.1' operating-system: windows-latest coverage: xdebug + + - php-versions: '8.2' + operating-system: ubuntu-latest + symfony-version: '7.0.*' + extra-label: 'SF 7.0' + + - php-versions: '8.3' + operating-system: ubuntu-latest + symfony-version: '7.0.*' + extra-label: 'SF 7.0' + steps: # see https://github.com/actions/checkout/issues/226#issue-606867805 - name: Prepare git diff --git a/composer.json b/composer.json index 4cb1fab..b9bc2bf 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,11 @@ }, "require-dev": { "consistence-community/coding-standard": "3.11.2", - "matthiasnoback/symfony-dependency-injection-test": "4.3.0", + "matthiasnoback/symfony-dependency-injection-test": "^5.0", "phpstan/extension-installer": "1.1.0", "phpstan/phpstan-phpunit": "1.1.1", "phpstan/phpstan": "1.8.5", - "phpunit/phpunit": "9.5.24" + "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 27d8ddb..6944d6a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,36 +1,21 @@ + - - - - - tests - - - - - - src - - - - - - - + + + + tests + + + + + + + + + + + + src + +