diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 92c4d1a5..29de4027 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -53,6 +53,8 @@ jobs: static-php-8.3-composer- - name: Install Dependencies + env: + COMPOSER_ROOT_VERSION: 4.x-dev run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi - name: Profanity Check diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 711d3c6e..a05d2910 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,6 +66,8 @@ jobs: - name: Install PHP dependencies shell: bash + env: + COMPOSER_ROOT_VERSION: 4.x-dev run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:^${{ matrix.symfony }}" - name: Unit Tests