From 2fdbe214eb16909b2847691a34bf097e8d5a249a Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 26 Apr 2024 16:21:24 +0530 Subject: [PATCH] Add PHP 8.3 image build in actions Signed-off-by: Riddhesh Sanghvi --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 1688cb7..c51fdb1 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1', '8.2', 'stable'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3', 'stable'] steps: - name: Checkout uses: actions/checkout@v3