mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Update php versions
This commit is contained in:
parent
3c96621af4
commit
36132012db
6
.github/workflows/build-php.yml
vendored
6
.github/workflows/build-php.yml
vendored
@ -8,11 +8,11 @@ on:
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
name: Build PHP ${{ matrix.php-versions }}
|
||||
name: Build PHP ${{ matrix.php-versions }} for ${{ matrix.arch }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: [ "7.2.34", "7.3.33", "7.4.27", "8.0.15", "8.1.4" ]
|
||||
php-versions: [ "7.2.34", "7.3.33", "7.4.28", "8.0.17", "8.1.4" ]
|
||||
arch: [ "x86_64", "aarch64", "armv7l" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
fi
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
fi
|
||||
- name: Build PHP ${{ matrix.php-versions }}
|
||||
- name: Build PHP ${{ matrix.php-versions }} for ${{ matrix.arch }}
|
||||
run: cd docker/ && docker build . --file Dockerfile --tag static-php --build-arg USE_BACKUP_ADDRESS=yes --build-arg COMPILE_PHP_VERSION=${{ matrix.php-versions }}
|
||||
- name: Push PHP ${{ matrix.php-versions }} to dist
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user