mirror of
https://github.com/friendica/friendica
synced 2024-12-22 20:40:16 +00:00
Run PHP-CS-Fixer with PHP 8.3
This commit is contained in:
parent
f8b96c562a
commit
af4cac91b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-style.yml
vendored
2
.github/workflows/code-style.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest']
|
||||
php: ['8.4']
|
||||
php: ['8.3']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue