Skip to content

Commit 8a7e980

Browse files
committed
Fix: Run end-to-end and phar tests with phpunit/phpunit:8.5.40
1 parent 7091fd3 commit 8a7e980

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,10 @@ jobs:
756756
if: "matrix.phpunit-version == '8.5.19'"
757757
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version08/phpunit.xml"
758758

759+
- name: "Run end-to-end tests with phpunit/phpunit:8.5.40"
760+
if: "matrix.phpunit-version == '8.5.40'"
761+
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version08/phpunit.xml"
762+
759763
- name: "Run end-to-end tests with phpunit/phpunit:9.0.0"
760764
if: "matrix.phpunit-version == '9.0.0'"
761765
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version09/phpunit.xml"
@@ -790,6 +794,10 @@ jobs:
790794
if: "matrix.phpunit-version == '8.5.19'"
791795
run: "vendor/bin/phpunit --colors=always --configuration=test/Phar/Version08/phpunit.xml"
792796

797+
- name: "Run phar tests with phpunit/phpunit:8.5.40"
798+
if: "matrix.phpunit-version == '8.5.40'"
799+
run: "vendor/bin/phpunit --colors=always --configuration=test/Phar/Version08/phpunit.xml"
800+
793801
- name: "Run phar tests with phpunit/phpunit:9.0.0"
794802
if: "matrix.phpunit-version == '9.0.0'"
795803
run: "vendor/bin/phpunit --colors=always --configuration=test/Phar/Version09/phpunit.xml"

0 commit comments

Comments
 (0)