From 9ce90de12b70d3c71004e951da519d41e1b4258c Mon Sep 17 00:00:00 2001 From: divyajose Date: Mon, 14 Aug 2023 14:33:32 +0530 Subject: [PATCH] Added php 8.2 in github action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: @gosunilgo --- .github/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e6ca5e569..bbcb7f53d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -30,6 +30,7 @@ jobs: matrix: php-version: - "8.1" + - "8.2" drupal-core: # Should update the following as the minimum supported version from Drupal.org - "10.0.x"