From 2be2a77c78d1d1494a81e6d5f6523620361c52eb Mon Sep 17 00:00:00 2001 From: Christian Leucht Date: Mon, 28 Oct 2024 12:10:29 +0100 Subject: [PATCH] Update php-qa.yml Signed-off-by: Christian Leucht --- .github/workflows/php-qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-qa.yml b/.github/workflows/php-qa.yml index d3a61f1..8669757 100644 --- a/.github/workflows/php-qa.yml +++ b/.github/workflows/php-qa.yml @@ -7,13 +7,13 @@ jobs: uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main strategy: matrix: - php: ["7.2", "7.3", "7.4", "8.0", "8.1"] + php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] with: PHP_VERSION: ${{ matrix.php }} tests-unit-php: uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main strategy: matrix: - php: ["7.2", "7.3", "7.4", "8.0", "8.1"] + php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] with: PHP_VERSION: ${{ matrix.php }}