From f42db52225f1241b4edb11d77251ee971dd7324f Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Tue, 26 Nov 2024 01:24:52 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 069ab7a..f05efbd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,8 +25,8 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.3' - tools: phpstan + php-version: '8.4' + tools: phpstan, phpstan/phpstan-deprecation-rules - name: Install dependencies run: composer install --no-interaction --no-plugins --no-scripts --no-dev --prefer-dist --no-ansi --no-progress