mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:39:01 +01:00
Logs
This commit is contained in:
parent
41560ed29a
commit
5b7e03c58b
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -6,13 +6,13 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php:
|
||||
- 8.0
|
||||
- 7.4
|
||||
- 7.3
|
||||
- 7.2
|
||||
- 7.1
|
||||
- 7.0
|
||||
- 5.6
|
||||
- '8.0'
|
||||
- '7.4'
|
||||
- '7.3'
|
||||
- '7.2'
|
||||
- '7.1'
|
||||
- '7.0'
|
||||
- '5.6'
|
||||
name: PHP ${{ matrix.php }} build
|
||||
env:
|
||||
PHP_CS_FIXER_IGNORE_ENV: 1
|
||||
|
@ -5,6 +5,8 @@ $commit = getenv('GITHUB_SHA');
|
||||
$branch = \trim(\shell_exec("git rev-parse --abbrev-ref $commit"));
|
||||
$tag = \trim(\shell_exec("git tag --points-at $commit"));
|
||||
|
||||
echo "Waiting for commit $commit on branch $branch (tag $tag)...".PHP_EOL;
|
||||
|
||||
$branch = $tag ? $tag : "dev-$branch";
|
||||
|
||||
while (true) {
|
||||
|
Loading…
Reference in New Issue
Block a user