Skip to content

Commit 7deee2b

Browse files
committed
Update solr image
1 parent e2d4e64 commit 7deee2b

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.env

+12-9
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,18 @@ NGINX_VHOST_PRESET=drupal8
5252

5353
### --- SOLR ---
5454

55-
SOLR_CONFIG_SET="search_api_solr_8.x-2.1"
56-
57-
SOLR_TAG=7.4-3.0.6
58-
#SOLR_TAG=7.3-3.0.6
59-
#SOLR_TAG=7.2-3.0.6
60-
#SOLR_TAG=7.1-3.0.6
61-
#SOLR_TAG=6.6-3.0.6
62-
#SOLR_TAG=5.5-3.0.6
63-
#SOLR_TAG=5.4-3.0.6
55+
SOLR_CONFIG_SET="search_api_solr_8.x-2.3"
56+
#SOLR_CONFIG_SET="search_api_solr_8.x-1.2"
57+
#SOLR_CONFIG_SET="search_api_solr_7.x-1.14"
58+
59+
SOLR_TAG=7.5-3.0.7
60+
#SOLR_TAG=7.4-3.0.7
61+
#SOLR_TAG=7.3-3.0.7
62+
#SOLR_TAG=7.2-3.0.7
63+
#SOLR_TAG=7.1-3.0.7
64+
#SOLR_TAG=6.6-3.0.7
65+
#SOLR_TAG=5.5-3.0.7
66+
#SOLR_TAG=5.4-3.0.7
6467

6568
### --- ELASTICSEARCH ---
6669

tests/7/.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ DB_DRIVER=mysql
88
MARIADB_TAG=10.1-3.3.11
99
REDIS_TAG=5-3.0.3
1010
VARNISH_TAG=4.1-4.0.0
11-
SOLR_TAG=5.4-3.0.1
12-
SOLR_CONFIG_SET="search_api_solr_7.x-1.12"
11+
SOLR_TAG=5.4-3.0.7
12+
SOLR_CONFIG_SET="search_api_solr_7.x-1.14"
1313

1414
NGINX_VHOST_PRESET=drupal7
1515
NGINX_TAG=1.15-5.1.0

tests/8/.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ DB_DRIVER=mysql
88
MARIADB_TAG=10.1-3.3.11
99
REDIS_TAG=5-3.0.3
1010
VARNISH_TAG=4.1-4.0.0
11-
SOLR_TAG=7.4-3.0.1
12-
SOLR_CONFIG_SET="search_api_solr_8.x-2.1"
11+
SOLR_TAG=7.5-3.0.7
12+
SOLR_CONFIG_SET="search_api_solr_8.x-2.3"
1313

1414
NGINX_VHOST_PRESET=drupal8
1515
NGINX_TAG=1.15-5.1.0

0 commit comments

Comments
 (0)