diff --git a/.lando.yml b/.lando.yml index da3f5cc17531d00a23475944d769cb3a3485df65..7a1aa8d3755349c72361c5031ef550fcd891d4fe 100644 --- a/.lando.yml +++ b/.lando.yml @@ -13,14 +13,14 @@ config: # service to see what version are available # # NOTE: that this needs to be wrapped in quotes so that it is a string - php: '7.0' + php: '7.3' # Optionally specify the location of the webroot relative to your approot. # # If ommitted this will be your approot itself. webroot: web - drush: global:8.1.17 + drush: ^8 # Optionally activate xdebug # @@ -32,17 +32,17 @@ config: # See: https://docs.devwithlando.io/config/services.html services: solrindex: - type: solr:6.6 + type: solr:7 core: drupal7 config: - conf: web/profiles/radar/modules/contrib/search_api_solr/solr-conf/6.x + conf: web/profiles/radar/modules/contrib/search_api_solr/solr-conf/7.x # Optionally allow access to the database at localhost:9999 # You will need to make sure port 9999 is open on your machine # # You can also set `portforward: true` to have Lando dynamically assign # a port. Unlike specifying an actual port setting this to true will give you # a different port every time you restart your app - portforward: 9999 + # portforward: 9999 # Optionally declare the name of the solr core. # This setting is only applicable for versions 5.5 and above # core: freedom diff --git a/build-radar.make b/build-radar.make index 3da563d7621150544f9e22efe429d3e2ecdc3976..f69f99fff7ebc4bbc56ab130f6f409741addbc5e 100644 --- a/build-radar.make +++ b/build-radar.make @@ -2,7 +2,7 @@ api=2 core = 7.x projects[pressflow][type] = "core" projects[pressflow][download][type] = "get" -projects[pressflow][download][url] = "https://github.com/pressflow/7/archive/pressflow-7.89.zip" +projects[pressflow][download][url] = "https://github.com/pressflow/7/archive/refs/tags/pressflow-7.95.zip" projects[radar][type] = "profile" projects[radar][download][type] = "git" projects[radar][download][branch] = "7.x-2.x"