Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch committed Oct 30, 2023
1 parent 3dac4f5 commit 92f54cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/laravel-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.4]
laravel: [6,7]
php: [8.0]
laravel: [7]
stability: [prefer-dist]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down Expand Up @@ -63,6 +63,6 @@ jobs:
run: php vendor/bin/testbench vendor:publish --tag=teller-sdk-config

- name: Run Unit Tests
run: php ./vendor/bin/phpunit
run: php ./vendor/bin/phpunit -c phpunit.xml
env:
TELLER_TEST_TOKEN: ${{ secrets.TELLER_TEST_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/laravel-8-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
run: php vendor/bin/testbench vendor:publish --tag=teller-sdk-config

- name: Run Unit Tests
run: php ./vendor/bin/phpunit
run: php ./vendor/bin/phpunit -c phpunit.xml
env:
TELLER_TEST_TOKEN: ${{ secrets.TELLER_TEST_TOKEN }}

0 comments on commit 92f54cb

Please sign in to comment.