Skip to content

Commit 32195ec

Browse files
authored
chore: Set default PHP version to 8.2
1 parent 75b0872 commit 32195ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
PHP_VERSION:
1414
description: PHP version with which the coding standard analysis is to be executed.
15-
default: "8.1"
15+
default: "8.2"
1616
required: false
1717
type: string
1818
secrets:

0 commit comments

Comments
 (0)