Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaoka committed Aug 5, 2024
2 parents cc3edc0 + 768a709 commit 0a92991
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:

test:
runs-on: ${{ matrix.os }}

env:
latest_php: 8.3
latest_laravel: 11

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -39,8 +44,7 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress
- name: Migrate phpunit XML configuration
continue-on-error: true
run: vendor/bin/phpunit --migrate-configuration
run: vendor/bin/phpunit --migrate-configuration || true

- name: Run test suite
run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand All @@ -51,3 +55,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: false
if: matrix.php == env.latest_php && matrix.laravel == env.latest_laravel
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"laravel": {
"providers": [
"Sunaoka\\Laravel\\PayPay\\Provider\\ServiceProvider"
"Sunaoka\\Laravel\\PayPay\\Provider\\PayPayServiceProvider"
],
"aliases": {
"AmazonPay": "Sunaoka\\Laravel\\PayPay\\Facade\\PayPay"
Expand Down

0 comments on commit 0a92991

Please sign in to comment.