Update build-php-arm.yml

This commit is contained in:
Jerry Ma 2022-02-11 16:36:27 +08:00 committed by GitHub
parent 55f866e5c5
commit be777dc848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ jobs:
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
build-80-arm64:
env:
PHP_VERSION: 8.0.14
PHP_VERSION: 8.0.15
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/checkout@v2
@ -114,7 +114,7 @@ jobs:
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
build-81-arm64:
env:
PHP_VERSION: 8.1.1
PHP_VERSION: 8.1.2
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/checkout@v2