Update CI config
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2024-11-13 11:13:21 -05:00
parent bd9cf2fe70
commit 2b3ac2219e

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
sh 'php ./vendor/bin/phpunit --colors=never'
}
}
stage('PHP 8.2') {
stage('PHP 8.3') {
agent {
docker {
image 'php:8.3-cli-alpine'