CI: Run static analysis on PHP 8.4

This commit is contained in:
Aleksander Machniak 2025-04-06 15:30:04 +02:00
parent 093231905d
commit 62288d89dc

View File

@ -62,7 +62,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
with:
php-version: "8.3"
php-version: "8.4"
extensions: mbstring
tools: composer:v2
coverage: none