]> git.mxchange.org Git - friendica.git/commitdiff
Run PHP-CS-Fixer with PHP 8.3
authorArt4 <art4@wlabs.de>
Sun, 22 Dec 2024 07:27:07 +0000 (07:27 +0000)
committerArt4 <art4@wlabs.de>
Sun, 22 Dec 2024 07:27:07 +0000 (07:27 +0000)
.github/workflows/code-style.yml

index 7a7ff39f2edb1c3d06961e4a626e8572304a88f9..d7bd23aaa3d443ae814f77c60ee9360a7ac0f42c 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       fail-fast: false
       matrix:
         operating-system: ['ubuntu-latest']
-        php: ['8.4']
+        php: ['8.3']
 
     steps:
       - name: Checkout