Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Jan 5, 2023
1 parent 24956b5 commit 37472af
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 494 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,26 @@ jobs:
name: unit tests
runs-on: ubuntu-latest

strategy:
matrix:
php-versions: [ 8.1, 8.2 ]

# permissions:
# contents: read
# pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
version: 2

- name: phpiunit tests
- name: phpunit tests ${{ matrix.php-versions }}
uses: php-actions/phpunit@v3
with:
configuration: ./test/phpunit.xml
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
php_extensions: pcov
php_version: ${{ matrix.php-versions }}
version: 9.5
#vendored_phpunit_path: vendor/bin/phpunit

- name: coverage monitor
uses: slavcodev/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"blackfire/php-sdk": "^1.29",
"blackfire/php-sdk": "^1.31",
"phpbench/phpbench": "^1.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 37472af

Please sign in to comment.