diff --git a/.github/workflows/pre-release-tests.yml b/.github/workflows/pre-release-tests.yml index 73724e8..f96e3b8 100644 --- a/.github/workflows/pre-release-tests.yml +++ b/.github/workflows/pre-release-tests.yml @@ -82,11 +82,6 @@ jobs: php-version: ${{ matrix.php-version }} tools: composer, flex - - name: Configure minimum stability - if: matrix.sf-version == '7.3' - # Currently Symfony 7.3 release is in beta, which means we need to configure this flag to be able to use it. - run: composer config minimum-stability beta - - name: Validate composer.json and composer.lock run: composer validate diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72f0ea3..f98833f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,11 +71,6 @@ jobs: php-version: ${{ matrix.php-version }} tools: composer, flex - - name: Configure minimum stability - if: matrix.sf-version == '7.3' - # Currently Symfony 7.3 release is in beta, which means we need to configure this flag to be able to use it. - run: composer config minimum-stability beta - - name: Validate composer.json and composer.lock run: composer validate