From be5eb5af17463a181f67f70cc99a977d97e11bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E5=AD=90?= Date: Tue, 13 Dec 2022 00:06:02 +0800 Subject: [PATCH] workflows add php8.2 --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 3fed3b05..acdfaa45 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1" ] + php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ] service: [ php-fpm, php-worker, workspace ] steps: - uses: actions/checkout@v2