1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 14:51:17 +01:00
This commit is contained in:
Daniil Gentili 2021-03-30 21:35:07 +02:00
parent ed887b2720
commit cdafa6028d
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 3 additions and 8 deletions

View File

@ -6,13 +6,7 @@ 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
@ -36,4 +30,4 @@ jobs:
- name: Build
run: |
tests/makephar.sh
tests/makephar.sh

View File

@ -41,6 +41,8 @@ sudo apt-get install php8.0-cli php8.0-mbstring php8.0-curl php8.0-xml -y
alias composer="php8.0 $(which composer)"
php8.0 -v
# Install
echo '{
"name": "danog/madelineprototests",
@ -67,7 +69,6 @@ echo '{
}
]
}' > composer.json
composer config platform.php "8.0"
composer clearcache
composer update
composer require amphp/mysql