Skip to content

Commit

Permalink
Merge pull request #635 from usdoj/brockfanning-patch-4
Browse files Browse the repository at this point in the history
Cleaner behat runs and PHP 8.3
  • Loading branch information
brockfanning authored Aug 1, 2024
2 parents 09c28c5 + b31a4d2 commit a8dc9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a8dc9ad

Please sign in to comment.