From ec4fc7a9de0559ec6b1cd203502ee9bb343aa948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Mon, 2 Dec 2024 12:52:54 +0100 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a33c08be..609b5a65 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -40,10 +40,10 @@ jobs: strategy: fail-fast: false 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' ] steps: - - uses: Icinga/gha-icingaweb-module-tests@gha + - uses: Icinga/gha-icingaweb-module-tests@gha-phpunit with: php-version: ${{ matrix.php }} extensions: gmp