diff --git a/.gitattributes b/.gitattributes index ba7b4059..a1e12c63 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,7 @@ /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/.travis.yml export-ignore /.coveralls.yml export-ignore /.php_cs export-ignore -/_config.yml export-ignore /phpunit.xml.dist export-ignore /insights.php export-ignore diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5fe18962..2383b8cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.2', '7.3', '7.4.0RC6'] + php: ['7.2', '7.3', '7.4'] container: image: php:${{ matrix.php }}-cli-alpine steps: diff --git a/README.md b/README.md index a5ed5ee0..c80a3a49 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ All you have to do: ## Requirements -* PHP 7.2 / 7.3 -* Symfony 4.4 +* PHP 7.2 / 7.3 / 7.4 +* Symfony 5.0 * See also the `require` section of [composer.json](composer.json) ## Installation