File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 - 3306:3306
2424 options : --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
2525
26- name : PHP 8.1
26+ name : PHP 8.3
2727
2828 steps :
2929 - name : Checkout
3232 - name : Setup PHP
3333 uses : shivammathur/setup-php@v2
3434 with :
35- php-version : 8.1
35+ php-version : 8.3
3636 tools : composer
3737 coverage : xdebug
3838
Original file line number Diff line number Diff line change 11---
2- image : registry.gitlab.com/aplus-framework/images/base:2
2+ image : registry.gitlab.com/aplus-framework/images/base:4
33
44include :
55 - template : Security/SAST.gitlab-ci.yml
Original file line number Diff line number Diff line change 3232 }
3333 ],
3434 "require" : {
35- "php" : " >=8.1 " ,
35+ "php" : " >=8.3 " ,
3636 "ext-simplexml" : " *" ,
3737 "ext-yaml" : " *" ,
38- "aplus/database" : " ^3 .0" ,
39- "aplus/helpers" : " ^3 .0"
38+ "aplus/database" : " ^4 .0" ,
39+ "aplus/helpers" : " ^4 .0"
4040 },
4141 "require-dev" : {
4242 "ext-xdebug" : " *" ,
Original file line number Diff line number Diff line change 11version : " 3"
22services :
33 package :
4- image : registry.gitlab.com/aplus-framework/images/package:2
4+ image : registry.gitlab.com/aplus-framework/images/package:4
55 container_name : package-config
66 working_dir : /package
77 volumes :
You can’t perform that action at this time.
0 commit comments