From fccf2fc13dfc44644c3fb9cf35c9f55b415a6635 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Nov 2023 09:55:15 +0000 Subject: [PATCH] Enable twigcs on PHP 8.3 --- resources/checkstyle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/checkstyle.json b/resources/checkstyle.json index 3273e8af..f98cb6d7 100644 --- a/resources/checkstyle.json +++ b/resources/checkstyle.json @@ -68,7 +68,7 @@ } }, "test": "twigcs --help", - "tags": ["exclude-php:8.3", "checkstyle"] + "tags": ["checkstyle"] } ] }