From 95be3921fc7fd99329841988d7f732886c92f600 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 13 Nov 2024 11:09:49 -0500 Subject: [PATCH] Update CI config --- Jenkinsfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01020ede..5aeb7b4e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,10 +10,10 @@ pipeline { sh 'php composer.phar install --ignore-platform-reqs' } } - stage('PHP 8.1') { + stage('PHP 8.2') { agent { docker { - image 'php:8.1-cli-alpine' + image 'php:8.2-cli-alpine' args '-u root --privileged' } } @@ -26,7 +26,8 @@ pipeline { stage('PHP 8.2') { agent { docker { - image 'php:8.2-cli-alpine' + image 'php:8.t git + 3-cli-alpine' args '-u root --privileged' } }