Skip to content

Commit

Permalink
Merge pull request #11 from PhpGt/subprocess
Browse files Browse the repository at this point in the history
Subprocess
  • Loading branch information
g105b committed Jan 3, 2020
2 parents c061e67 + 24fa425 commit 7c47523
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 186 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/php:7.2-cli
- image: circleci/php:7.4-cli

working_directory: ~/repo

Expand All @@ -29,7 +29,7 @@ jobs:

test:
docker:
- image: circleci/php:7.2-cli
- image: circleci/php:7.4-cli

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.2.0
version: 7.4
tests:
override:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Background script execution with cross-platform compatible streaming.",

"require": {
"php": ">=7.2"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "8.*"
Expand Down
Loading

0 comments on commit 7c47523

Please sign in to comment.