Skip to content

Commit

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

- name: Validate code against CGL
if: ${{ ! contains(matrix.php, '8.4') }}
- if: matrix.php == '8.3'
name: Validate code against CGL
run: PHP_CS_FIXER_IGNORE_ENV=1 Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -s cgl -n

- name: Unit Tests
Expand Down

0 comments on commit 749ca58

Please sign in to comment.