change php version to 8.0
This commit is contained in:
parent
ddd5c55615
commit
53c6780197
|
@ -76,7 +76,7 @@ pipeline {
|
|||
sh 'APP_SECRET=`php8.0 -r "echo md5(\\"branch=${BRANCH_NAME};\\");"` && sed -i "s/APP_SECRET=.*/APP_SECRET=${APP_SECRET}/g" .env'
|
||||
sh 'sed -i "s/DATABASE_URL=.*/DATABASE_URL=${DatabaseUrlTesting}/g" .env.test'
|
||||
sh 'composer dump-env test'
|
||||
sh 'php bin/console doctrine:schema:update --force';
|
||||
sh 'php8.0 bin/console doctrine:schema:update --force';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue