From 6fe60864442c36a8aff819f14dbdb1afe7a468a1 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Tue, 14 Nov 2023 12:37:15 +0100 Subject: [PATCH] update CI matrix --- .github/workflows/e2e.yml | 2 +- .github/workflows/php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0bf80c13b..e47208e50 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.3', '7.4', '8.1'] + php-versions: ['7.3', '7.4', '8.2'] wc-versions: ['5.9.5', '7.7.2'] name: PHP ${{ matrix.php-versions }} WC ${{ matrix.wc-versions }} diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 186c90837..ed3804b04 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - 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 }} steps: