Skip to content

Commit 20e60ef

Browse files
committed
Run integration tests on Magento 2.2.7 instead of 2.2.8
because of the bug described in magento/magento2#22370
1 parent 953f9d8 commit 20e60ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-2.2:
2424
while ! nc -q 1 $MYSQL_CI_PORT_3306_TCP_ADDR $MYSQL_CI_PORT_3306_TCP_PORT </dev/null; do echo -n . && sleep 3; done
2525
- script:
2626
name: set up test system
27-
code: build/install-magento.sh 2.2.8
27+
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
2828
- script:
2929
name: run unit tests
3030
cwd: /var/www/magento/vendor/integer-net/solr-magento2

0 commit comments

Comments
 (0)