Skip to content

Commit 66f4d66

Browse files
committed
Only run phpcs on 7.2
1 parent 68193a4 commit 66f4d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282

8383
- name: "Run coding standard checks with squizlabs/php_codesniffer"
8484
run: "composer cs-check"
85+
if: ${{ matrix.php-version == '7.2' }} # Do not suggest using features after 7.2
8586

8687
- name: "Archive code coverage results"
8788
uses: actions/upload-artifact@v2.2.4

0 commit comments

Comments
 (0)