Skip to content

Commit 4340182

Browse files
committed
DELME: temporally allow PHPCS 4.x tests to fail while they are not fixed
1 parent 298da73 commit 4340182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
name: PHP ${{ matrix.php }} on PHPCS ${{ matrix.dependencies }}
8181

82-
continue-on-error: ${{ matrix.php == '8.5' }}
82+
continue-on-error: ${{ matrix.php == '8.5' || matrix.dependencies == 'phpcs-4-dev' }}
8383

8484
steps:
8585
- name: Checkout repository

0 commit comments

Comments
 (0)