File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223
224224 build_phar :
225225 docker :
226- - image : php:8.0
226+ - image : php:7.3
227227
228228 working_directory : ~/repo
229229
@@ -236,7 +236,7 @@ workflows:
236236 test_cover_workflow :
237237 jobs :
238238 - build_php73
239- - build_php73
239+ - build_php74
240240 - build_php80
241241 - code_fixer
242242 - build_phar :
Original file line number Diff line number Diff line change 1+ ; top-most EditorConfig file
2+ root = true
3+
4+ ; Unix-style newlines
5+ [* ]
6+ charset = utf-8
7+ end_of_line = LF
8+ insert_final_newline = true
9+ trim_trailing_whitespace = true
10+
11+ [* .{php,html,twig} ]
12+ indent_style = space
13+ indent_size = 4
14+
15+ [* .md ]
16+ max_line_length = 80
17+
18+ [COMMIT_EDITMSG ]
19+ max_line_length = 0
You can’t perform that action at this time.
0 commit comments