From 0c5c4d1c694c0f55bf4bfefcf81eda20af92f984 Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Fri, 9 Dec 2022 16:12:40 +0800 Subject: [PATCH] Add PHP 8.2 to workflows. --- .github/workflows/php-cs-fixer.yml | 2 +- .github/workflows/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index c7049fe..a3769b3 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['8.0'] + php-versions: ['8.1'] name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} steps: - name: Checkout diff --git a/.github/workflows/plugin.yml b/.github/workflows/plugin.yml index 46d1842..cba6648 100644 --- a/.github/workflows/plugin.yml +++ b/.github/workflows/plugin.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} steps: - name: Checkout