Update CI config
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2024-11-13 11:09:49 -05:00
parent 31fd412e6a
commit 95be3921fc

7
Jenkinsfile vendored
View File

@ -10,10 +10,10 @@ pipeline {
sh 'php composer.phar install --ignore-platform-reqs' sh 'php composer.phar install --ignore-platform-reqs'
} }
} }
stage('PHP 8.1') { stage('PHP 8.2') {
agent { agent {
docker { docker {
image 'php:8.1-cli-alpine' image 'php:8.2-cli-alpine'
args '-u root --privileged' args '-u root --privileged'
} }
} }
@ -26,7 +26,8 @@ pipeline {
stage('PHP 8.2') { stage('PHP 8.2') {
agent { agent {
docker { docker {
image 'php:8.2-cli-alpine' image 'php:8.t git
3-cli-alpine'
args '-u root --privileged' args '-u root --privileged'
} }
} }