Update PHP version

7.4.30, 8.0.20, 8.1.7
This commit is contained in:
Jerry Ma 2022-06-10 16:34:39 +08:00 committed by GitHub
parent 6b3f973a61
commit 7f04a27f41
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.29", "8.0.19", "8.1.6" ]
php-versions: [ "7.2.34", "7.3.33", "7.4.30", "8.0.20", "8.1.7" ]
arch: [ "x86_64", "aarch64", "armv7l" ]
steps:
- uses: actions/checkout@v2