diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcfd345..ea22c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: #- "^10.2" composer-dependencies: - highest - - lowest +# - lowest php-version: - 7.2 - 7.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 089bc23..abda0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)