Skip to content

Commit 56daf16

Browse files
committed
Use PHP 8.1 to run CS
1 parent a1a6a0f commit 56daf16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ on:
1010
jobs:
1111
coding-standards:
1212
name: "Coding Standards"
13-
uses: "doctrine/.github/.github/workflows/[email protected]"
13+
uses: "doctrine/.github/.github/workflows/[email protected]"
14+
with:
15+
php-version: "8.1"

0 commit comments

Comments
 (0)