File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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 31
31
}
32
32
],
33
33
"require" : {
34
- "php" : " >=8.1 " ,
34
+ "php" : " >=8.3 " ,
35
35
"friendsofphp/php-cs-fixer" : " ~3.62.0"
36
36
},
37
37
"require-dev" : {
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-coding-standard
6
6
working_dir : /package
7
7
volumes :
You can’t perform that action at this time.
0 commit comments