From 0986665d53c3b64e9faf7db5a566c5ff4ab759a6 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 18 Apr 2022 04:33:04 +0800 Subject: [PATCH] Update build PHP version 7.4.29, 8.0.18, 8.1.5 --- .github/workflows/build-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index 670764c3..0542797d 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.28", "8.0.17", "8.1.4" ] + php-versions: [ "7.2.34", "7.3.33", "7.4.29", "8.0.18", "8.1.5" ] arch: [ "x86_64", "aarch64", "armv7l" ] steps: - uses: actions/checkout@v2