From 5fe0d767b7930e3173a4581a735f5c981665e34a Mon Sep 17 00:00:00 2001 From: Anton Vasiliev <1695147@gmail.com> Date: Sat, 23 Dec 2023 11:40:54 +0000 Subject: [PATCH] #16477 - Update PHP versions matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3eea25367c..f0dd95965f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -271,7 +271,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.4', '8.0', '8.1', '8.2' ] + php: [ '8.0', '8.1', '8.2', '8.3' ] steps: - uses: actions/checkout@v3