Skip to content
Snippets Groups Projects
Commit b797f46c authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Allow combination of composer update & Psalm to fail

parent d7114706
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,11 @@ env: ...@@ -13,6 +13,11 @@ env:
- COMMAND="install" - COMMAND="install"
- COMMAND="update" - COMMAND="update"
matrix:
allow_failures:
- php: 7.3
env: COMMAND="update"
before_script: before_script:
- pecl install krb5 - pecl install krb5
- composer ${COMMAND} - composer ${COMMAND}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment