We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 892f917 + 20e60ef commit c2d6b93Copy full SHA for c2d6b93
wercker.yml
@@ -24,7 +24,7 @@ build-2.2:
24
while ! nc -q 1 $MYSQL_CI_PORT_3306_TCP_ADDR $MYSQL_CI_PORT_3306_TCP_PORT </dev/null; do echo -n . && sleep 3; done
25
- script:
26
name: set up test system
27
- code: build/install-magento.sh 2.2.8
+ code: build/install-magento.sh 2.2.7 # Don't use 2.2.8 because of the bug described in https://github.com/magento/magento2/issues/22370
28
29
name: run unit tests
30
cwd: /var/www/magento/vendor/integer-net/solr-magento2
0 commit comments