From 5fc28874483cb349958c43a50fa00cb747ac9ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 10 Dec 2022 17:15:50 -0300 Subject: [PATCH] Add PHP 8.2 to test workflow matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/update-po.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 5cb3b839e8..344a54d197 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - php-version: ["8.0"] + php-version: ["8.1"] operating-system: [ubuntu-latest] steps: - name: Checkout code diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b0c4663cc5..ad565acf4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"] + php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] experimental: [false] os: [ubuntu-latest] phpunit-options: ['--testsuite unit'] diff --git a/.github/workflows/update-po.yml b/.github/workflows/update-po.yml index be4ff06318..8656636cb5 100644 --- a/.github/workflows/update-po.yml +++ b/.github/workflows/update-po.yml @@ -18,7 +18,7 @@ jobs: if: (github.event_name == 'schedule' && github.repository == 'phpmyadmin/phpmyadmin') || (github.event_name != 'schedule') strategy: matrix: - php-version: ["8.0"] + php-version: ["8.1"] steps: - name: Checkout code uses: actions/checkout@v3