From 984ceb86ac53b5e76b0d07485db5defc5d4855dd Mon Sep 17 00:00:00 2001 From: OhMyFelix Date: Fri, 13 Feb 2026 12:49:20 +0000 Subject: [PATCH] Fix scheduled tests by dropping PHP 8.5 job --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d85dd5..daf83cb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,12 +11,6 @@ on: - cron: "0 8 * * 1" jobs: - test85: - name: "Nette Tester" - uses: contributte/.github/.github/workflows/nette-tester.yml@master - with: - php: "8.5" - test84: name: "Nette Tester" uses: contributte/.github/.github/workflows/nette-tester.yml@master