From e3696e5b54f9e16a32d3710a5e75a901f3021b41 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 8 Sep 2023 09:35:59 +0800 Subject: [PATCH] Add PHP-8.2 verison test in GitHub action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3040e0a..f6d5dbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php-versions: [ '7.3', '7.4', '8.0', '8.1' ] + php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2' ] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: