Преглед на файлове

test: pin version of PHPUnit

rugk преди 6 месеца
родител
ревизия
9620031f30
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .devcontainer/postCreateCommand.sh

+ 1 - 1
.devcontainer/postCreateCommand.sh

@@ -12,7 +12,7 @@ ln -s ./conf.sample.php cfg/conf.php
 composer install --no-dev --optimize-autoloader
 
 # for PHP unit testing
-composer global require phpunit/phpunit
+composer global require phpunit/phpunit:^9
 composer global require google/cloud-storage
 
 # for JS testing