Skip to content

Commit

Permalink
Merge pull request #22 from MyParcelCOM/feature/fix-pipelines
Browse files Browse the repository at this point in the history
Fix pipelines for auth-module
  • Loading branch information
M4tini authored Apr 17, 2024
2 parents 0c547fe + 7c574bd commit ed2992d
Show file tree
Hide file tree
Showing 4 changed files with 2,105 additions and 1,202 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Composer
uses: php-actions/composer@v6
Expand All @@ -17,9 +17,10 @@ jobs:
- name: PHPUnit
uses: php-actions/phpunit@v3
with:
bootstrap: vendor/autoload.php
test_suffix: Test.php
php_extensions: xdebug
php_version: 8.0
configuration: phpunit.xml
args: --coverage-text
coverage_text: true
env:
XDEBUG_MODE: coverage
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=8.0",
"lcobucci/jwt": ">=4.0",
"myclabs/php-enum": ">=1.7",
"myparcelcom/json-api": "^2.0"
"myparcelcom/json-api": "^3.0"
},
"require-dev": {
"ext-openssl": "*",
Expand Down
Loading

0 comments on commit ed2992d

Please sign in to comment.