Skip to content

Commit

Permalink
chore: bump to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneBour committed Jun 22, 2023
1 parent d65e53f commit ec7976a
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:8.1-cli
FROM php:8.2-cli

LABEL version="8.1"
LABEL version="8.2"
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.4
uses: StephaneBour/actions-php-lint@8.2
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 ec7976a

Please sign in to comment.