From 92f54cbc50a45386cbf48881babbac28dfc63bb1 Mon Sep 17 00:00:00 2001 From: Levi Zoesch Date: Mon, 30 Oct 2023 00:31:41 -0700 Subject: [PATCH] push --- .github/workflows/laravel-7.yml | 6 +++--- .github/workflows/laravel-8-9.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/laravel-7.yml b/.github/workflows/laravel-7.yml index f878c78..233e49c 100644 --- a/.github/workflows/laravel-7.yml +++ b/.github/workflows/laravel-7.yml @@ -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 }} @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/laravel-8-9.yml b/.github/workflows/laravel-8-9.yml index 5aeb7dd..54de634 100644 --- a/.github/workflows/laravel-8-9.yml +++ b/.github/workflows/laravel-8-9.yml @@ -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 }} \ No newline at end of file