Update build-php.yml

This commit is contained in:
Jerry Ma 2022-08-06 09:23:55 +08:00 committed by GitHub
parent d164b567bf
commit 1515e9d9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "7.2.34", "7.3.33", "7.4.30", "8.0.21", "8.1.8" ]
php-versions: [ "7.2.34", "7.3.33", "7.4.30", "8.0.22", "8.1.9" ]
arch: [ "x86_64", "aarch64", "armv7l" ]
steps:
- uses: actions/checkout@v2