![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/vendor/swiftmailer/swiftmailer/ |
language: php before_script: - cp tests/acceptance.conf.php.default tests/acceptance.conf.php - cp tests/smoke.conf.php.default tests/smoke.conf.php - composer self-update - composer update --no-interaction --prefer-source - gem install mime-types -v 2.99.1 - gem install mailcatcher - mailcatcher --smtp-port 4456 script: ./vendor/bin/simple-phpunit env: global: - SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 matrix: include: - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 - php: 7.4 - php: 8.0 fast_finish: true cache: directories: - .phpunit