Skip to content

Commit ec6b571

Browse files
committed
only run phpcs for lowest PHP version
1 parent 5035c04 commit ec6b571

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: phpunit
3030
run: php vendor/bin/phpunit
3131
- name: phpcs
32+
if: matrix.php-versions == '8.1'
3233
run: php vendor/bin/phpcs

0 commit comments

Comments
 (0)