Skip to content

Commit a2c2b57

Browse files
committed
Testing
1 parent 399fd33 commit a2c2b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
php: [7.4, 7.3, 7.2, 7.1, 7.0]
1818

19-
name: P${{ matrix.php }}
19+
name: PHP${{ matrix.php }}
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
@@ -32,7 +32,7 @@ jobs:
3232
coverage: none
3333

3434
- name: Install Dependencies (PHP vendors)
35-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
35+
run: composer install
3636

3737
- name: Run code quality checks
3838
run: ./vendor/bin/phpcs

0 commit comments

Comments
 (0)