mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02: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:
Oliver Klee 2020-05-25 07:50:53 +02:00 committed by GitHub
parent be01bcec29
commit 59384b3d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -107,7 +107,7 @@ jobs:
#- "^10.2"
composer-dependencies:
- highest
- lowest
# - lowest
php-version:
- 7.2
- 7.3

View file

@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Composer script for PHP linting
### Changed
- Disable running with lower dependencies on GitHub actions (#54)
- Move the project to the TYPO3 Documentation Team (#47)
- Run unit tests with GitHub actions (#37)
- Switch from PSR-2 to PSR-12 (#3, #35)