From a4d9ed7524b6eae12ffe7a529224099eee085039 Mon Sep 17 00:00:00 2001
From: ekes <ekes@iskra.net>
Date: Thu, 16 Mar 2023 14:21:34 +0100
Subject: [PATCH] Update

---
 .lando.yml       | 10 +++++-----
 build-radar.make |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.lando.yml b/.lando.yml
index da3f5cc1..7a1aa8d3 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 3da563d7..f69f99ff 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"
-- 
GitLab