Skip to content

Commit 07af2c7

Browse files
authored
Merge pull request #6 from stefanius/fix-ci-tools
Update composer.josn
2 parents a5f2feb + 5c45c70 commit 07af2c7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
jobs:
44
build:
5-
working_directory: ~/byTestGear/eloquent-incrementable
5+
working_directory: ~/testmonitor/eloquent-incrementable
66

77
environment:
88
BASH_ENV: ~/.bashrc

.scrutinizer.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
inherit: true
22

3+
build:
4+
nodes:
5+
my-tests:
6+
environment:
7+
php:
8+
version: 7.4
9+
analysis:
10+
environment:
11+
php:
12+
version: 7.4
13+
314
filter:
415
paths:
516
- 'src/*'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"require-dev": {
4242
"phpunit/phpunit": "^9.0",
43-
"codedungeon/phpunit-result-printer": "^0.26.0",
43+
"codedungeon/phpunit-result-printer": "^0.30.0",
4444
"squizlabs/php_codesniffer": "3.*",
4545
"orchestra/testbench": "^6.0",
4646
"orchestra/database": "6.x-dev"

0 commit comments

Comments
 (0)