#
51147e2f |
| 17-Aug-2021 |
Nikita Popov |
Backport Laravel test hack The way to work around this changed, backport the version from master.
|
#
bb43aa2e |
| 09-Jul-2021 |
Nikita Popov |
Test Laravel 8.x against PHP 7.4 Laravel master no longer supports PHP 7.4, so use an older branch.
|
#
217b9e7b |
| 28-Jan-2021 |
Nikita Popov |
Fix Laravel build on community job Now requires PHP 7.4, so use php7.4 to run composer everywhere.
|
#
f419e049 |
| 09-Nov-2020 |
Nikita Popov |
Add integration test for symfony preloading To help catch regressions like the one that occurred in PHP 7.4.12. Closes GH-6414.
|
#
82e5752b |
| 10-Oct-2020 |
Nikita Popov |
Don't specify symfony branch This was renamed from master to 5.x. Just use the default branch.
|
#
979978cb |
| 06-Mar-2020 |
Nikita Popov |
Fix community job Marco broke things again.
|
#
2b50d905 |
| 20-Feb-2020 |
Nikita Popov |
Update Ubuntu version on Azure The i386 and community jobs were still on 16.04, update them to 18.04.
|
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1 |
|
#
4c717aba |
| 02-Nov-2019 |
Nikita Popov |
Explicitly specify ubuntu versions on azure pipelines Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't.
|
Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3 |
|
#
a020d3bb |
| 27-Sep-2019 |
Nikita Popov |
Enable ubsan stack trace printing on community job Try to do this using "variables" -- apparently these get uppercased and are made available as environment variables.
|
Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1 |
|
#
aee31dd7 |
| 03-Sep-2019 |
Nicolas Grekas |
Improve Symfony test setup Perform PHPUnit installation under php7.3 -- which will also make it work on master. Also properly resolve the tty issue by specifying excluded groups
Improve Symfony test setup Perform PHPUnit installation under php7.3 -- which will also make it work on master. Also properly resolve the tty issue by specifying excluded groups during the test run.
show more ...
|
Revision tags: php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9 |
|
#
a12ebc29 |
| 27-Aug-2019 |
Nikita Popov |
Add job for community projects Run some open-source projects through an aggressive debug configuration with asan and ubsan. We don't care about test results, only check that we don't
Add job for community projects Run some open-source projects through an aggressive debug configuration with asan and ubsan. We don't care about test results, only check that we don't assert or crash. Currently testing laravel, symfony and amp.
show more ...
|