Skip to content

Commit

Permalink
[TASK] Csfixer only in 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Nov 25, 2024
1 parent f804f56 commit 2bba47d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/core12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Lint PHP
run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s lint

- name: Validate code against CGL
- if: matrix.php == '8.3'
name: Validate code against CGL
run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s cgl -n

- name: Unit Tests
Expand Down

0 comments on commit 2bba47d

Please sign in to comment.