Skip to content

Commit

Permalink
Which test is failing on Windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 27, 2023
1 parent 0a0ab6b commit 44ef797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
continue-on-error: true

- operating-system: 'macos-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'on macOS'
php-ts: nts
continue-on-error: false
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: php examples/process.php

- name: Run tests
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }} --debug

- name: Run static analysis
run: vendor/bin/psalm.phar
Expand Down

0 comments on commit 44ef797

Please sign in to comment.