From 3666d49178a0651fdc4bbcef5d93b0734f057c31 Mon Sep 17 00:00:00 2001 From: nworr <43475951+nworr@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:00:29 +0200 Subject: [PATCH] add php 8.2 to gh matrix for php tests (#3815) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2cdc4ec8c..f5fc3791cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,7 @@ jobs: '7.4', '8.0', '8.1', + '8.2', ] steps: