Update build php versions [skip ci]

This commit is contained in:
Jerry Ma
2022-05-13 19:47:10 +08:00
committed by GitHub
parent 7a5612ec2b
commit 6f7f2f75b0

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: [ "7.2.34", "7.3.33", "7.4.29", "8.0.18", "8.1.5" ] php-versions: [ "7.2.34", "7.3.33", "7.4.29", "8.0.19", "8.1.6" ]
arch: [ "x86_64", "aarch64", "armv7l" ] arch: [ "x86_64", "aarch64", "armv7l" ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2