-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d65e53f
commit ec7976a
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
``` | ||
|
@@ -21,6 +21,7 @@ The folder to control. Default `"."`. | |
You can use : | ||
``` | ||
StephaneBour/[email protected] | ||
StephaneBour/[email protected] | ||
StephaneBour/[email protected] | ||
StephaneBour/[email protected] | ||
|