From 8044b30d9b7172ab66e7203a7089800fe5d986f1 Mon Sep 17 00:00:00 2001 From: Ian Monroe Date: Mon, 22 Jan 2024 11:33:22 -0700 Subject: [PATCH] updated acquia pipelines --- acquia-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acquia-pipelines.yml b/acquia-pipelines.yml index 2d284a7..d3ccd98 100644 --- a/acquia-pipelines.yml +++ b/acquia-pipelines.yml @@ -3,7 +3,7 @@ services: - composer: version: 2 - php: - version: 8.1 + version: 8.2 events: build: steps: @@ -12,4 +12,4 @@ events: script: - 'composer install --no-dev --no-interaction --optimize-autoloader' - 'vendor/bin/blt blt:telemetry:disable --no-interaction' - - 'vendor/bin/blt source:build:simplesamlphp-config' +