File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-24.04
1212 timeout-minutes : 10
1313
14- name : PHP 8.3
14+ name : PHP 8.5
1515
1616 steps :
1717 - name : Checkout
2020 - name : Setup PHP
2121 uses : shivammathur/setup-php@v2
2222 with :
23- php-version : 8.3
23+ php-version : 8.5
2424 tools : composer
2525 coverage : xdebug
2626
Original file line number Diff line number Diff line change 11---
2- image : registry.gitlab.com/aplus-framework/images/base:4
2+ image : registry.gitlab.com/aplus-framework/images/base:6
33
44include :
55 - template : Security/SAST.gitlab-ci.yml
Original file line number Diff line number Diff line change 3838 }
3939 ],
4040 "require" : {
41- "php" : " >=8.3 " ,
41+ "php" : " >=8.5 " ,
4242 "ext-fileinfo" : " *" ,
4343 "ext-json" : " *" ,
4444 "aplus/debug" : " ^4.3" ,
Original file line number Diff line number Diff line change 11version : " 3"
22services :
33 package :
4- image : registry.gitlab.com/aplus-framework/images/package:4
4+ image : registry.gitlab.com/aplus-framework/images/package:6
55 container_name : package-http
66 working_dir : /package
77 volumes :
You can’t perform that action at this time.
0 commit comments