Skip to content

Commit 1f438a4

Browse files
authored
Merge pull request #218 from PHPCSStandards/feature/ghactions-minor-tweaks
GH Actions: improve some step descriptions
2 parents 75c6ef9 + d3491d9 commit 1f438a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
composer-options: --ignore-platform-req=php+
7777
custom-cache-suffix: $(date -u "+%Y-%m")
7878

79-
- name: "Set PHPCS version (lowest)"
79+
- name: "Composer: set PHPCS version for tests (lowest)"
8080
if: ${{ matrix.phpcs_version == 'lowest' }}
8181
run: composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
8282

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
composer-options: --ignore-platform-req=php+
8383
custom-cache-suffix: $(date -u "+%Y-%m")
8484

85-
- name: "Set PHPCS version (lowest)"
85+
- name: "Composer: set PHPCS version for tests (lowest)"
8686
if: ${{ matrix.phpcs_version == 'lowest' }}
8787
run: composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
8888

@@ -153,7 +153,7 @@ jobs:
153153
# Bust the cache at least once a month - output format: YYYY-MM.
154154
custom-cache-suffix: $(date -u "+%Y-%m")
155155

156-
- name: "Set PHPCS version (lowest)"
156+
- name: "Composer: set PHPCS version for tests (lowest)"
157157
if: ${{ matrix.phpcs_version == 'lowest' }}
158158
run: composer update squizlabs/php_codesniffer --prefer-lowest --ignore-platform-req=php+ --no-scripts --no-interaction
159159

0 commit comments

Comments
 (0)