From 46414db177fc9b73e32d3d38512264d7f859349d Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 24 Jan 2024 21:39:08 +0100 Subject: [PATCH] GithubActions: Add php 8.3 --- .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 3058c6d..1100383 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] os: [ 'ubuntu-latest' ] steps: @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] os: [ 'ubuntu-latest' ] steps: