Skip to content

Commit cc6b473

Browse files
committed
allow early support tests to fail
1 parent a12b11b commit cc6b473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
composer-options: "--ignore-platform-req=php+"
5858

5959
- name: Run tests
60-
run: composer test
60+
run: composer test || true
6161

6262
tests:
6363
name: Build

0 commit comments

Comments
 (0)