From 543f8a38f6ebadfc5186e59537fc4a09b773c609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 20 Sep 2024 20:35:52 +0200 Subject: [PATCH] only test php 8.1 for now --- .forgejo/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index f670987..005a42c 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: - 3306:3306 strategy: matrix: - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.1'] include: - wp-version: latest steps: