Force the php cs version
jdarwood007

jdarwood007 commited on 2024-01-06 11:25:35
Showing 1 changed files, with 3 additions and 0 deletions.

... ...
@@ -45,3 +45,6 @@ jobs:
45 45
     steps:
46 46
     - name: luminsports-php-cs-fixer
47 47
       uses: luminsports/github-action-php-cs-fixer@main
48
+      with:
49
+        php-cs-fixer-version: "v3.46.0"
50
+        use-built-in-rules: false
48 51
\ No newline at end of file
49 52