mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[TASK] Disable running with lower dependencies on GitHub actions (#54)
This currently is broken, and we need to find the cause and fix it first. In the meantime, disable this so the build is green again.
This commit is contained in:
parent
be01bcec29
commit
59384b3d68
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -107,7 +107,7 @@ jobs:
|
||||||
#- "^10.2"
|
#- "^10.2"
|
||||||
composer-dependencies:
|
composer-dependencies:
|
||||||
- highest
|
- highest
|
||||||
- lowest
|
# - lowest
|
||||||
php-version:
|
php-version:
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
|
|
|
@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Composer script for PHP linting
|
- Composer script for PHP linting
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Disable running with lower dependencies on GitHub actions (#54)
|
||||||
- Move the project to the TYPO3 Documentation Team (#47)
|
- Move the project to the TYPO3 Documentation Team (#47)
|
||||||
- Run unit tests with GitHub actions (#37)
|
- Run unit tests with GitHub actions (#37)
|
||||||
- Switch from PSR-2 to PSR-12 (#3, #35)
|
- Switch from PSR-2 to PSR-12 (#3, #35)
|
||||||
|
|
Loading…
Reference in a new issue