File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
timeout-minutes : 10
13
13
14
- name : PHP 8.1
14
+ name : PHP 8.3
15
15
16
16
steps :
17
17
- name : Checkout
20
20
- name : Setup PHP
21
21
uses : shivammathur/setup-php@v2
22
22
with :
23
- php-version : 8.1
23
+ php-version : 8.3
24
24
tools : composer
25
25
coverage : xdebug
26
26
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 35
35
}
36
36
],
37
37
"require" : {
38
- "php" : " >=8.1 " ,
38
+ "php" : " >=8.3 " ,
39
39
"ext-intl" : " *" ,
40
40
"aplus/debug" : " ^4.0" ,
41
41
"aplus/helpers" : " ^3.0"
You can’t perform that action at this time.
0 commit comments