From 83a6f4b61db3e1d6b23c121432b7f0c82ef4a1ba Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 14 May 2025 10:42:18 +0200 Subject: [PATCH] Add php 8.4 to phpstan --- .github/workflows/phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 2e60e570..8a1e73a3 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ '8.1', '8.2', '8.3' ] + php-versions: [ '8.1', '8.2', '8.3', '8.4' ] steps: - name: "Checkout" uses: "actions/checkout@v4"