From d1e49b71a1b89a2212c80cd84cfb7d6627363d65 Mon Sep 17 00:00:00 2001 From: "narendra.desai" Date: Mon, 15 Apr 2024 18:12:52 +0530 Subject: [PATCH] LCH-6772: Added php 8.3. --- .github/workflows/contenthub-console-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contenthub-console-actions.yml b/.github/workflows/contenthub-console-actions.yml index a3e8c2b..ec265c9 100644 --- a/.github/workflows/contenthub-console-actions.yml +++ b/.github/workflows/contenthub-console-actions.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php-version: [ '7.4', '8.1', '8.2' ] + php-version: [ '7.4', '8.1', '8.2', '8.3' ] steps: # This step checks out a copy of your repository. - name: Checkout