Skip to content

Commit

Permalink
Merge pull request #406 from ergebnis/fix/unit
Browse files Browse the repository at this point in the history
Fix: Run unit tests with `phpunit/phpunit:^8.5.19`
  • Loading branch information
localheinz authored Dec 8, 2023
2 parents 3893ab3 + 2eace15 commit 29bfb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ jobs:
with:
dependencies: "${{ matrix.dependencies }}"

- name: "Run unit tests with phpunit/phpunit:9.0.0"
if: "matrix.phpunit-version == '9.0.0'"
- name: "Run unit tests with phpunit/phpunit:8.5.19"
if: "matrix.phpunit-version == '8.5.19'"
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml"

- name: "Run end-to-end tests with phpunit/phpunit:8.5.19"
Expand Down

0 comments on commit 29bfb7c

Please sign in to comment.