File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 10
10
phpunit-code-coverage :
11
11
runs-on : ubuntu-latest
12
12
container :
13
- image : escolalms/php:7.4
13
+ image : escolalms/php:8.2
14
14
15
15
steps :
16
16
- name : Instantiate package
Original file line number Diff line number Diff line change 13
13
phpunit-code-coverage :
14
14
runs-on : ubuntu-latest
15
15
container :
16
- image : escolalms/php:7.4
16
+ image : escolalms/php:8.2
17
17
18
18
services :
19
19
mysql :
73
73
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
74
74
chmod +x ./cc-test-reporter
75
75
76
+ - name : SafeDirFix
77
+ run : git config --global safe.directory '*'
78
+
76
79
- name : Convert
77
80
run : ./cc-test-reporter format-coverage coverage.xml -t clover -o codeclimate.0.json
78
81
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
59
59
- name : Run tests
60
60
run : vendor/bin/phpunit
61
61
62
- php74 -laravel-latest-phpunit-mysql :
62
+ php82 -laravel-latest-phpunit-mysql :
63
63
runs-on : ubuntu-latest
64
64
container :
65
- image : escolalms/php:7.4
65
+ image : escolalms/php:8.2
66
66
67
67
services :
68
68
mysql :
@@ -105,10 +105,10 @@ jobs:
105
105
- name : Run tests
106
106
run : vendor/bin/phpunit
107
107
108
- php74 -laravel-latest-phpunit-postgres :
108
+ php82 -laravel-latest-phpunit-postgres :
109
109
runs-on : ubuntu-latest
110
110
container :
111
- image : escolalms/php:7.4
111
+ image : escolalms/php:8.2
112
112
113
113
services :
114
114
postgres :
Original file line number Diff line number Diff line change 52
52
},
53
53
"config" : {
54
54
"preferred-install" : " dist" ,
55
- "sort-packages" : true
55
+ "sort-packages" : true ,
56
+ "allow-plugins" : {
57
+ "php-http/discovery" : true
58
+ }
56
59
},
57
60
"minimum-stability" : " dev" ,
58
61
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments