Skip to content

Commit

Permalink
Build PHAR with PHP 7.3 #22 #24
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral authored Feb 1, 2021
2 parents 5610a48 + 5f940c3 commit c1104c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:

build_phar:
docker:
- image: php:8.0
- image: php:7.3

working_directory: ~/repo

Expand All @@ -236,7 +236,7 @@ workflows:
test_cover_workflow:
jobs:
- build_php73
- build_php73
- build_php74
- build_php80
- code_fixer
- build_phar:
Expand Down
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

[*.{php,html,twig}]
indent_style = space
indent_size = 4

[*.md]
max_line_length = 80

[COMMIT_EDITMSG]
max_line_length = 0

0 comments on commit c1104c2

Please sign in to comment.