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:12:30 -05:00
parent 95be3921fc
commit bd9cf2fe70

3
Jenkinsfile vendored
View File

@ -26,8 +26,7 @@ pipeline {
stage('PHP 8.2') {
agent {
docker {
image 'php:8.t git
3-cli-alpine'
image 'php:8.3-cli-alpine'
args '-u root --privileged'
}
}