Skip to content

Commit df43523

Browse files
committed
Fix: Run coding-standards job on PHP 7.4
1 parent 7d649e2 commit df43523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
matrix:
134134
php-version:
135-
- "7.1"
135+
- "7.4"
136136

137137
dependencies:
138138
- "highest"

0 commit comments

Comments
 (0)