File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments