mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[TASK] Have the lowest dependencies above the highest on CI (#619)

This way, the Composer dependencies are consistently in
ascending order in the CI matrix (as are the PHP and TYPO3 versions).

This is the same as #617 (which rearranged the CI matrix entries
for the Composer-script-based CI jobs), but for the CI jobs using
the predefined GitHub Actions.

Part of #578
This commit is contained in:
Oliver Klee 2022-10-09 17:43:08 +02:00 committed by GitHub
parent 5ec9bd2342
commit 9a1bc90e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,19 +267,19 @@ jobs:
include:
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: highest
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "8.0"
composer-dependencies: highest
- typo3-version: "^11.5"
php-version: "8.0"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "8.1"
php-version: "8.0"
composer-dependencies: highest
- typo3-version: "^11.5"
php-version: "8.1"
composer-dependencies: lowest
- typo3-version: "^11.5"
php-version: "8.1"
composer-dependencies: highest