From 04be1ed45e71326fb3cf7866f2c7402412fbcca4 Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 15 Jun 2026 11:50:29 +0200 Subject: [PATCH] chore: drop php 8.2 for master tests Signed-off-by: Hamza --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index bc6d28509..01bab0a97 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -52,7 +52,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - php-versions: ['8.2', '8.3', '8.4', '8.5'] + php-versions: ['8.3', '8.4', '8.5'] databases: ['sqlite'] server-versions: ['master']