Skip to content

Commit

Permalink
chore: add php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneBour committed Apr 28, 2020
1 parent 7b32872 commit 3597054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.3-cli
FROM php:7.4-cli

LABEL version="7.3"
LABEL version="7.4"
LABEL repository="https://github.com/StephaneBour/actions-php-lint"
LABEL homepage="https://github.com/StephaneBour/actions-php-lint"
LABEL maintainer="Stéphane Bour <[email protected]>"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The folder to control. Default `"."`.

```yaml
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@7.3
uses: StephaneBour/actions-php-lint@7.4
with:
dir: './src'
```
Expand All @@ -21,6 +21,7 @@ The folder to control. Default `"."`.
You can use :
```
StephaneBour/[email protected]
StephaneBour/[email protected]
StephaneBour/[email protected]
StephaneBour/[email protected]
Expand Down

0 comments on commit 3597054

Please sign in to comment.