Skip to content

Commit 6614feb

Browse files
committed
Resolve conflict
Forgot to save the file before committing...
1 parent 0fe896a commit 6614feb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@ jobs:
7979
run: vendor/bin/phpunit
8080

8181
- name: 'PHPCS: check code style without cache, no parallel'
82-
<<<<<<< HEAD
83-
if: ${{ matrix.custom_ini == false }}
84-
=======
8582
if: ${{ matrix.custom_ini == false && matrix.php != 7.4 }}
86-
>>>>>>> a7b2b955c... GH Actions: report CS violations in the PR
8783
run: php bin/phpcs --no-cache --parallel=1
8884

8985
- name: 'PHPCS: check code style to show results in PR'

0 commit comments

Comments
 (0)