From 27bf21abf2fb1a9734e0337d1cf2c75dc2b73d15 Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Sat, 4 Jul 2026 00:30:15 +0000 Subject: [PATCH] Internal: Update endpoint for monorepo CI server (#2498) * Update monorepo analytics server endpoint * Update testrunner version https://github.com/hydephp/develop/commit/a214d3acf05e998364c391d13be5f44b578919ff --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e7ee9073..2612c7c8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -62,5 +62,5 @@ jobs: - name: Ping statistics server with test results run: | cd runner - curl https://raw.githubusercontent.com/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://raw.githubusercontent.com/hydephp/develop/1bab6fc070a1b636cb4b69e44a9bf7fea1286c0f/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Framework CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}