Skip to content

Commit

Permalink
Fix: Run end-to-end and phar tests with phpunit/phpunit:8.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 7, 2025
1 parent 7091fd3 commit 8a7e980
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,10 @@ jobs:
if: "matrix.phpunit-version == '8.5.19'"
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version08/phpunit.xml"

- name: "Run end-to-end tests with phpunit/phpunit:8.5.40"
if: "matrix.phpunit-version == '8.5.40'"
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version08/phpunit.xml"

- name: "Run end-to-end tests with phpunit/phpunit:9.0.0"
if: "matrix.phpunit-version == '9.0.0'"
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version09/phpunit.xml"
Expand Down Expand Up @@ -790,6 +794,10 @@ jobs:
if: "matrix.phpunit-version == '8.5.19'"
run: "vendor/bin/phpunit --colors=always --configuration=test/Phar/Version08/phpunit.xml"

- name: "Run phar tests with phpunit/phpunit:8.5.40"
if: "matrix.phpunit-version == '8.5.40'"
run: "vendor/bin/phpunit --colors=always --configuration=test/Phar/Version08/phpunit.xml"

- name: "Run phar tests with phpunit/phpunit:9.0.0"
if: "matrix.phpunit-version == '9.0.0'"
run: "vendor/bin/phpunit --colors=always --configuration=test/Phar/Version09/phpunit.xml"
Expand Down

0 comments on commit 8a7e980

Please sign in to comment.