Skip to content

Commit c1104c2

Browse files
Build PHAR with PHP 7.3 #22 #24
2 parents 5610a48 + 5f940c3 commit c1104c2

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)