diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index 0542797d..c8ce241f 100644 --- a/.github/workflows/build-php.yml +++ b/.github/workflows/build-php.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: 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" ] steps: - uses: actions/checkout@v2