From 357cd055246bdd870a3c3541e7fc99146952b612 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 8 Sep 2023 18:28:12 +0800 Subject: [PATCH] Add PHP 8.2 version 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 8ca1e0f..6490dfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php-versions: [ '8.0', '8.1' ] + php-versions: [ '8.0', '8.1', '8.2' ] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: