Update CI config
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
This commit is contained in:
parent
31fd412e6a
commit
95be3921fc
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user