Skip to content

Commit

Permalink
Make reports directory and add back PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Mar 8, 2024
1 parent 85b0ca7 commit b0b503d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
with:
dependency-versions: highest

- name: Create PHPUnit results directory
run: mkdir -p test-results/phpunit

- name: Run PHPUnit
run: vendor/bin/phpunit --log-junit test-results/phpunit/junit_${{ matrix.php-version }}.xml

Expand Down

0 comments on commit b0b503d

Please sign in to comment.