mirror of
https://github.com/friendica/friendica
synced 2024-12-23 00:40:15 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-latest']
|
operating-system: ['ubuntu-latest']
|
||||||
php: ['8.4']
|
php: ['8.3']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue