mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:04:40 +01:00
Update build workflow
This commit is contained in:
parent
1113778882
commit
f3a63e018e
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -6,7 +6,13 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php:
|
||||
- '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
|
||||
@ -24,6 +30,10 @@ jobs:
|
||||
coverage: none
|
||||
ini-values: phar.readonly=0
|
||||
|
||||
- name: Wait for packagist
|
||||
run: |
|
||||
tests/waitPackagist.php
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
tests/makephar.sh
|
||||
|
Loading…
Reference in New Issue
Block a user