Skip to content

Commit

Permalink
Merge pull request #425 from tienvx/use-php-7.4-final
Browse files Browse the repository at this point in the history
Use PHP 7.4 final
  • Loading branch information
tienvx committed Nov 29, 2019
2 parents 4636ee9 + d5b0773 commit 093685f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 093685f

Please sign in to comment.