[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] [php-src] master: Merge branch 'PHP-8.0'
From:       Nikita Popov <noreply () php ! net>
Date:       2021-04-29 9:05:15
Message-ID: RDqoDzztPv33Y3YkIi1v9zOIk59UWUOkIKCnDtsVdTQ () main ! php ! net
[Download RAW message or body]

Author: Nikita Popov (nikic)
Date: 2021-04-29T11:05:04+02:00

Commit: https://github.com/php/php-src/commit/bf7a244588a2f729a1fa726e18a30275b39fd134
Raw diff: https://github.com/php/php-src/commit/bf7a244588a2f729a1fa726e18a30275b39fd134.diff

Merge branch 'PHP-8.0'

* PHP-8.0:
  Show used git commit in community tests

Changed paths:
  M  azure/community_job.yml


Diff:

diff --git a/azure/community_job.yml b/azure/community_job.yml
index a3b2afc475009..e8eabce6f9768 100644
--- a/azure/community_job.yml
+++ b/azure/community_job.yml
@@ -51,6 +51,7 @@ jobs:
     - script: |
         git clone https://github.com/laravel/framework.git --branch=master --depth=1
         cd framework
+        git rev-parse HEAD
         php7.4 /usr/bin/composer install --no-progress
         # Hack to disable a test that hangs on azure
         sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
@@ -64,6 +65,7 @@ jobs:
     - script: |
         git clone https://github.com/symfony/symfony.git --depth=1
         cd symfony
+        git rev-parse HEAD
         php7.4 /usr/bin/composer install --no-progress
         php7.4 ./phpunit install
         export USE_ZEND_ALLOC=0
@@ -83,6 +85,7 @@ jobs:
     - script: |
         git clone https://github.com/amphp/amp.git --branch=master --depth=1
         cd amp
+        git rev-parse HEAD
         php /usr/bin/composer install --no-progress --ignore-platform-reqs
         export USE_ZEND_ALLOC=0
         sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php
@@ -92,6 +95,7 @@ jobs:
     - script: |
         git clone https://github.com/sebastianbergmann/phpunit.git --branch=master --depth=1
         cd phpunit
+        git rev-parse HEAD
         export USE_ZEND_ALLOC=0
         export USE_TRACKED_ALLOC=1
         export ASAN_OPTIONS=exitcode=139
@@ -104,6 +108,7 @@ jobs:
     - script: |
         php7.4 /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress
         cd symfony_demo
+        git rev-parse HEAD
         export USE_ZEND_ALLOC=0
         export USE_TRACKED_ALLOC=1
         sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic