From 9c66b856ff64a4d8fe23f84160877ae1c5d32848 Mon Sep 17 00:00:00 2001
From: gggeek <giunta.gaetano@gmail.com>
Date: Sun, 8 Jan 2023 16:31:36 +0000
Subject: [PATCH] fix config for gha tests

---
 .github/workflows/ci.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e26347cd..d1068466 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,9 +7,9 @@ jobs:
         runs-on: ${{ matrix.operating-system }}
         env:
             HTTPSERVER: localhost
-            URI: /demo/server/server.php
+            URI: /test/index.php?demo=server/server.php
             HTTPSSERVER: localhost
-            HTTPSURI: /demo/server/server.php
+            HTTPSURI: /test/index.php?demo=server/server.php
             PROXYSERVER: localhost:8080
             # @todo check: is this necessary as well on GHA runners?
             # was: "Travis currently compiles PHP with an oldish cURL/GnuTLS combination;
-- 
2.47.0