From 03faa13a2cd945c425ef8db8d31926207cd6dc35 Mon Sep 17 00:00:00 2001 From: Jason Moore Date: Fri, 19 Jul 2019 14:47:59 -0400 Subject: [PATCH 1/2] Update .probo.yaml --- .probo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.probo.yaml b/.probo.yaml index 3e597ba..8854fa4 100644 --- a/.probo.yaml +++ b/.probo.yaml @@ -1,6 +1,6 @@ image: proboci/ubuntu-16.04-lamp:php-7.2 steps: - - name: Download Drupal 8 Core latest. + - name: Download Drupal 8 Core latest version. plugin: Script script: | composer create-project drupal-composer/drupal-project:8.x-dev /tmp/src --no-interaction From 791ea9a262f616bde21b62db26448e60b4e468fe Mon Sep 17 00:00:00 2001 From: Jason Moore Date: Wed, 5 Feb 2020 20:26:38 -0500 Subject: [PATCH 2/2] Updating PHP version. --- .probo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.probo.yaml b/.probo.yaml index 8854fa4..6fcaf44 100644 --- a/.probo.yaml +++ b/.probo.yaml @@ -1,4 +1,4 @@ -image: proboci/ubuntu-16.04-lamp:php-7.2 +image: proboci/ubuntu:18.04-php7.4 steps: - name: Download Drupal 8 Core latest version. plugin: Script