From 7186b31b9188200ef4ac7fb71688529f64985b64 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 1 Oct 2024 13:41:47 +0200 Subject: [PATCH] Functional Tests : Added 8.2.0 --- .github/workflows/ui-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 5abb6375..eabf81e5 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -29,6 +29,8 @@ jobs: PHP_VERSION: '8.1' - PS_VERSION: '8.1.7' PHP_VERSION: '8.1' + - PS_VERSION: '8.2.0' + PHP_VERSION: '8.1' - PS_VERSION: 'nightly' PHP_VERSION: '8.2' @@ -111,6 +113,8 @@ jobs: PHP_VERSION: '8.1' - PS_VERSION: '8.1.7' PHP_VERSION: '8.1' + - PS_VERSION: '8.2.0' + PHP_VERSION: '8.1' - PS_VERSION: 'nightly' PHP_VERSION: '8.2'