Skip to content

Commit bf7a244

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Show used git commit in community tests
2 parents 39e1af6 + 47bed58 commit bf7a244

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure/community_job.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- script: |
5252
git clone https://github.com/laravel/framework.git --branch=master --depth=1
5353
cd framework
54+
git rev-parse HEAD
5455
php7.4 /usr/bin/composer install --no-progress
5556
# Hack to disable a test that hangs on azure
5657
sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
@@ -64,6 +65,7 @@ jobs:
6465
- script: |
6566
git clone https://github.com/symfony/symfony.git --depth=1
6667
cd symfony
68+
git rev-parse HEAD
6769
php7.4 /usr/bin/composer install --no-progress
6870
php7.4 ./phpunit install
6971
export USE_ZEND_ALLOC=0
@@ -83,6 +85,7 @@ jobs:
8385
- script: |
8486
git clone https://github.com/amphp/amp.git --branch=master --depth=1
8587
cd amp
88+
git rev-parse HEAD
8689
php /usr/bin/composer install --no-progress --ignore-platform-reqs
8790
export USE_ZEND_ALLOC=0
8891
sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
@@ -92,6 +95,7 @@ jobs:
9295
- script: |
9396
git clone https://github.com/sebastianbergmann/phpunit.git --branch=master --depth=1
9497
cd phpunit
98+
git rev-parse HEAD
9599
export USE_ZEND_ALLOC=0
96100
export USE_TRACKED_ALLOC=1
97101
export ASAN_OPTIONS=exitcode=139
@@ -104,6 +108,7 @@ jobs:
104108
- script: |
105109
php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
106110
cd symfony_demo
111+
git rev-parse HEAD
107112
export USE_ZEND_ALLOC=0
108113
export USE_TRACKED_ALLOC=1
109114
sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php

0 commit comments

Comments
 (0)