From e24c7645ea1981f411549548fa7fc21e62f5bd38 Mon Sep 17 00:00:00 2001 From: Italo Israel Baeza Cabrera Date: Tue, 28 Jan 2025 21:32:15 -0300 Subject: [PATCH 1/2] PHP 8.4 support --- .github/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index be6cc15..23199f3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -53,6 +53,7 @@ jobs: - 8.1 - 8.2 - 8.3 + - 8.4 laravel-constraint: - 10.* - 11.* From 237b5ea71e0a6927aff8a1616adf046ea8651db1 Mon Sep 17 00:00:00 2001 From: Italo Israel Baeza Cabrera Date: Tue, 28 Jan 2025 21:34:50 -0300 Subject: [PATCH 2/2] Fixes static analysis --- .gitattributes | 1 + phpstan.neon | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 phpstan.neon diff --git a/.gitattributes b/.gitattributes index 283a98b..25f2cb6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,4 @@ /.editorconfig export-ignore /composer.lock export-ignore /.styleci.yml export-ignore +/phpstan.neon export-ignore diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..3a41711 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,3 @@ +parameters: + ignoreErrors: + - '#Trait Laragear\\MetaModel\\CustomizableModel is used zero times and is not analysed\.#'