diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5b5fb51..ec15ec8 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,7 +2,6 @@ name: QueryBuilderRepositoryGeneratorBundle test on: - push: ~ pull_request: ~ jobs: @@ -12,9 +11,11 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php: [ '8.1' ] - symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*'] - + php: [ '8.1','8.2'] + symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*', '7.0.*'] + exclude: + - php: '8.1' + symfony: '7.0.*' steps: - uses: actions/checkout@main diff --git a/composer.json b/composer.json index b05cc0f..ed8d9de 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "symfony/class-loader": "2.3.*", - "nyholm/symfony-bundle-test": "^2.0", + "nyholm/symfony-bundle-test": "^3.0", "phpunit/phpunit": "^10.3" }, "require": {