code style

This commit is contained in:
Robin Appelman 2025-10-24 17:12:37 +02:00
commit dae8dea06c
8 changed files with 15 additions and 15 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: apcu
- name: Composer
run: composer install