Add PHP 7.3 test section back
This commit is contained in:
parent
1a6a30ef5d
commit
5ce34200c9
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -10,6 +10,18 @@ pipeline {
|
||||
sh 'php composer.phar install --ignore-platform-reqs'
|
||||
}
|
||||
}
|
||||
stage('PHP 7.3') {
|
||||
agent {
|
||||
docker {
|
||||
image 'php:7.3-alpine'
|
||||
args '-u root --privileged'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'apk add --no-cache git'
|
||||
sh 'php ./vendor/bin/phpunit --colors=never'
|
||||
}
|
||||
}
|
||||
stage('PHP 7.4') {
|
||||
agent {
|
||||
docker {
|
||||
|
Loading…
Reference in New Issue
Block a user