Run PHP-CS-Fixer with PHP 8.3

This commit is contained in:
Art4 2024-12-22 07:27:07 +00:00
parent f8b96c562a
commit af4cac91b1

View file

@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest']
php: ['8.4']
php: ['8.3']
steps:
- name: Checkout