Skip to content

Commit

Permalink
Merge pull request #222 from Martin-4Spaces/issues/221
Browse files Browse the repository at this point in the history
Upgraded dependency Kint from version 3.3 to 4.2.3
  • Loading branch information
daniel-sc authored Jan 19, 2023
2 parents 9e9a09b + fc35279 commit b6e3496
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
php: [ 7.3, 7.4, 8.0 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
Expand All @@ -33,24 +33,28 @@ jobs:
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
version: 1
version: 2.x

- name: Run tests
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
php_extensions: xdebug
version: 1
version: 2.x
command: run-script test

- name: Create build directory neccessary for coveralls # see https://github.com/php-coveralls/php-coveralls/issues/251
- name: Create build directory necessary for coveralls # see https://github.com/php-coveralls/php-coveralls/issues/251
run: mkdir -p build/logs
shell: bash

- name: workaround for failing build
run: git config --global --add safe.directory /app
shell: bash

- name: Upload coverage
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
version: 1
version: 2.x
command: run-script upload-coverage

4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[6.0.3](#v6.0.3) / Unreleased
[6.1.0](#v6.1.0) / Unreleased
==================
*
* Upgraded dependency Kint from 3.3 to 4.2.3

[6.0.2](#v6.0.2) / 2022-01-14
==================
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": "^7.3 || ^8.0",
"kint-php/kint": "^3.2",
"kint-php/kint": "^4.2.0",
"guzzlehttp/guzzle": ">=6.2.0",
"ext-json": "*"
},
Expand Down

0 comments on commit b6e3496

Please sign in to comment.