File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ services: docker
33fast_finish : true
44env :
55 # Oracle jobs have been removed because there aren't public images anymore.
6- - " PHP=7.3 DB=pgsql GIT=v3.7.0 SUITE=phpunit-full"
6+ # We have set the "phpunit-full" to run against master because it's the
7+ # weekly (3.8dev) where redis was fixed (MDL-60978). Once we have any working release
8+ # including that fix, we'll be able to move back to tagged versions.
9+ - " PHP=7.3 DB=pgsql GIT=master SUITE=phpunit-full"
710 - " PHP=7.2 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
811 - " PHP=7.1 DB=pgsql GIT=v3.7.0 SUITE=phpunit"
912 - " PHP=7.0 DB=pgsql GIT=v3.3.5 SUITE=phpunit"
Original file line number Diff line number Diff line change 5858 define ('TEST_SEARCH_SOLR_INDEXNAME ' , 'test ' );
5959 define ('TEST_SEARCH_SOLR_PORT ' , 8983 );
6060
61- // We need to keep Redis session tests disabled for PHP 7.2 and up. See MDL-60978.
62- if (version_compare (PHP_VERSION , '7.2.0 ' , '< ' )) {
63- define ('TEST_SESSION_REDIS_HOST ' , 'redis ' );
64- }
65-
61+ define ('TEST_SESSION_REDIS_HOST ' , 'redis ' );
6662 define ('TEST_CACHESTORE_REDIS_TESTSERVERS ' , 'redis ' );
6763
6864 define ('TEST_CACHESTORE_MONGODB_TESTSERVER ' , 'mongodb://mongo:27017 ' );
You can’t perform that action at this time.
0 commit comments