File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
ports :
34
34
- 6379:6379
35
35
36
- name : PHP 8.1
36
+ name : PHP 8.3
37
37
38
38
steps :
39
39
- name : Checkout
42
42
- name : Setup PHP
43
43
uses : shivammathur/setup-php@v2
44
44
with :
45
- php-version : 8.1
45
+ php-version : 8.3
46
46
tools : composer
47
47
coverage : xdebug
48
48
Original file line number Diff line number Diff line change 1
1
---
2
- image : registry.gitlab.com/aplus-framework/images/base:2
2
+ image : registry.gitlab.com/aplus-framework/images/base:4
3
3
4
4
include :
5
5
- template : Security/SAST.gitlab-ci.yml
Original file line number Diff line number Diff line change 41
41
}
42
42
],
43
43
"require" : {
44
- "php" : " >=8.1 " ,
44
+ "php" : " >=8.3 " ,
45
45
"ext-json" : " *" ,
46
46
"ext-mysqli" : " *" ,
47
47
"aplus/autoload" : " ^2.0" ,
Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
package :
4
- image : registry.gitlab.com/aplus-framework/images/package:2
4
+ image : registry.gitlab.com/aplus-framework/images/package:4
5
5
container_name : package-mvc
6
6
working_dir : /package
7
7
volumes :
You can’t perform that action at this time.
0 commit comments