From 8b9f3fb5be5c192e1649ea08ffe4c8b1bc24739c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sun, 10 Dec 2023 11:53:29 +0100 Subject: [PATCH] run E2E tests on one php version only --- .github/workflows/browser_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser_tests.yml b/.github/workflows/browser_tests.yml index 6a8bc6b57cc..9503b711d43 100644 --- a/.github/workflows/browser_tests.yml +++ b/.github/workflows/browser_tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - php: ["8.1", "8.3"] + php: ["8.1"] name: Linux / PHP ${{ matrix.php }}