From 5471cc2ce06b4a8015c5a2fcaf7deb3cfdea3c84 Mon Sep 17 00:00:00 2001 From: "lei.tian" Date: Fri, 10 Mar 2023 18:04:45 +0800 Subject: [PATCH] fix php.yml --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 33325e4..00fb5a6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ '7.2', '7.4', '8.0', '8.1' ] + php-versions: [ '7.2', '7.4', '8.0', '8.1', '8.2' ] steps: - name: Checkout uses: actions/checkout@v3