Skip to content

Commit e00379b

Browse files
Break workflow on error for tests
1 parent d566d7a commit e00379b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
continue-on-error: false
1717
- php-versions: "8.4"
1818
composer-option: ""
19-
continue-on-error: true
19+
continue-on-error: false
2020
- php-versions: "8.5"
2121
composer-option: ""
22-
continue-on-error: true
22+
continue-on-error: false
2323
- php-versions: "8.6"
2424
composer-option: "--ignore-platform-reqs"
2525
continue-on-error: true

0 commit comments

Comments
 (0)