Skip to content

Commit

Permalink
Disable php-cs-fixer on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Nov 24, 2023
1 parent 6f3967e commit b438143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
dependencies: "${{ matrix.dependencies }}"
- name: "Run friendsofphp/php-cs-fixer"
run: "${GITHUB_WORKSPACE}/workflows/php-cs-fixer.sh"
run: "./workflows/php-cs-fixer.sh"

architecture-analysis:
name: "Architecture analysis"
Expand Down

0 comments on commit b438143

Please sign in to comment.