We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68193a4 commit 66f4d66Copy full SHA for 66f4d66
.github/workflows/continuous_integration.yml
@@ -82,6 +82,7 @@ jobs:
82
83
- name: "Run coding standard checks with squizlabs/php_codesniffer"
84
run: "composer cs-check"
85
+ if: ${{ matrix.php-version == '7.2' }} # Do not suggest using features after 7.2
86
87
- name: "Archive code coverage results"
88
uses: actions/upload-artifact@v2.2.4
0 commit comments