From b31a4d2b3169e83f982ee2794d11f33e3e623a4a Mon Sep 17 00:00:00 2001 From: brockfanning Date: Thu, 1 Aug 2024 14:54:30 -0400 Subject: [PATCH] Cleaner behat runs and PHP 8.3 --- .github/workflows/test-pull-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 22185a72b..eb0b57ca6 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -11,7 +11,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.3' - name: Set up ddev uses: ddev/github-action-setup-ddev@v1 - name: Set up the site @@ -24,7 +24,7 @@ jobs: - name: Validate code run: ddev exec blt validate --no-interaction - name: Run tests - run: ddev exec vendor/bin/behat --config=tests/behat/behat.yml --stop-on-failure --strict + run: ddev exec vendor/bin/behat --config=tests/behat/behat.yml --stop-on-failure --strict --format=progress - name: Upload screenshots of failure if: ${{ failure() }} uses: actions/upload-artifact@v3