Skip to content

Commit 73e8a11

Browse files
authored
feat: Set default PHP version to 8.2
1 parent 0d41857 commit 73e8a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
PHP_VERSION:
77
description: PHP version with which the static code analysis is to be executed.
8-
default: "8.1"
8+
default: "8.2"
99
required: false
1010
type: string
1111
COMPOSER_ARGS:

0 commit comments

Comments
 (0)