diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1c5061..f42553f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: env: TYPO3: "${{ matrix.typo3-version }}" run: | - composer require --no-ansi --no-interaction --no-progress --no-install typo3/minimal:"$TYPO3" + composer require --no-ansi --no-interaction --no-progress --no-install typo3/cms-core:"$TYPO3" composer show - name: "Install lowest dependencies with composer" if: "matrix.composer-dependencies == 'lowest'" @@ -200,7 +200,7 @@ jobs: env: TYPO3: "${{ matrix.typo3-version }}" run: | - composer require --no-ansi --no-interaction --no-progress --no-install typo3/minimal:"$TYPO3" + composer require --no-ansi --no-interaction --no-progress --no-install typo3/cms-core:"$TYPO3" composer show - name: "Install lowest dependencies with composer" if: "matrix.composer-dependencies == 'lowest'" diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 7cf95ed..6c47540 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -32,7 +32,7 @@ jobs: env: TYPO3: "${{ matrix.typo3-version }}" run: | - composer require --no-ansi --no-interaction --no-progress --no-install typo3/minimal:"$TYPO3" + composer require --no-ansi --no-interaction --no-progress --no-install typo3/cms-core:"$TYPO3" composer show - name: "Install lowest dependencies with composer" if: "matrix.composer-dependencies == 'lowest'" diff --git a/.github/workflows/predefined.yml b/.github/workflows/predefined.yml index a097027..e5625fa 100644 --- a/.github/workflows/predefined.yml +++ b/.github/workflows/predefined.yml @@ -173,7 +173,7 @@ jobs: env: TYPO3: "${{ matrix.typo3-version }}" run: | - composer require --no-progress typo3/minimal:"$TYPO3" + composer require --no-progress typo3/cms-core:"$TYPO3" composer show - name: "Install lowest dependencies with composer" if: "matrix.composer-dependencies == 'lowest'" @@ -226,7 +226,7 @@ jobs: env: TYPO3: "${{ matrix.typo3-version }}" run: | - composer require --no-progress typo3/minimal:"$TYPO3" + composer require --no-progress typo3/cms-core:"$TYPO3" composer show - name: "Install lowest dependencies with composer" if: "matrix.composer-dependencies == 'lowest'"