From b855c6da4e8781d946960e6b4f1def56dee5153f Mon Sep 17 00:00:00 2001 From: Roel <10514742+rboonzaijer@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:27:29 +0100 Subject: [PATCH 1/2] update phpunit xmls --- tests/phpunit-7.0.xml | 2 +- tests/phpunit-7.1.xml | 2 +- tests/phpunit-7.2.xml | 2 +- tests/phpunit-7.3.xml | 2 +- tests/phpunit-7.4.xml | 2 +- tests/phpunit-8.0.xml | 2 +- tests/phpunit-8.1.xml | 2 +- tests/phpunit-8.2.xml | 4 ++-- tests/phpunit-8.3.xml | 4 ++-- tests/phpunit-8.4.xml | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/phpunit-7.0.xml b/tests/phpunit-7.0.xml index 1cfd691..835d2ad 100644 --- a/tests/phpunit-7.0.xml +++ b/tests/phpunit-7.0.xml @@ -1,5 +1,5 @@ - + - + - + - + - + - + - + - + diff --git a/tests/phpunit-8.3.xml b/tests/phpunit-8.3.xml index 206f4e4..836e8d1 100644 --- a/tests/phpunit-8.3.xml +++ b/tests/phpunit-8.3.xml @@ -1,5 +1,5 @@ - + diff --git a/tests/phpunit-8.4.xml b/tests/phpunit-8.4.xml index 206f4e4..836e8d1 100644 --- a/tests/phpunit-8.4.xml +++ b/tests/phpunit-8.4.xml @@ -1,5 +1,5 @@ - + From 5829c962ef47858e71b333255e0dec8fa71e6cad Mon Sep 17 00:00:00 2001 From: Roel <10514742+rboonzaijer@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:30:06 +0100 Subject: [PATCH 2/2] run tests once a week (instead of each day) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc0ba38..c57d68a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,8 +5,8 @@ on: pull_request: workflow_dispatch: schedule: - # “At 12:00” - - cron: '0 12 * * *' + # “At 17:00 on Thursday.” + - cron: '0 17 * * THU' jobs: build: