File tree Expand file tree Collapse file tree 3 files changed +481
-382
lines changed Expand file tree Collapse file tree 3 files changed +481
-382
lines changed Original file line number Diff line number Diff line change 7
7
- uses : actions/checkout@v2
8
8
- name : Cs-Fixer
9
9
run : |
10
- wget -q https://cs.symfony.com/download/php-cs-fixer-v2 .phar -O php-cs-fixer
10
+ wget -q https://cs.symfony.com/download/php-cs-fixer-v3 .phar -O php-cs-fixer
11
11
chmod a+x php-cs-fixer
12
12
PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run
13
13
17
17
- uses : actions/checkout@v2
18
18
- uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : ' 8.0 '
20
+ php-version : ' 8.1 '
21
21
tools : composer:v2
22
22
coverage : pcov
23
23
- uses : actions/cache@v2
29
29
- uses : php-actions/composer@v5
30
30
with :
31
31
args : --prefer-dist
32
- php_version : 8.0
32
+ php_version : 8.1
33
33
34
34
- name : Run tests & generate Coverage
35
35
run : bin/phpunit tests --coverage-html var/coverage --whitelist=src
@@ -55,21 +55,22 @@ jobs:
55
55
- uses : php-actions/composer@v5
56
56
with :
57
57
args : --prefer-dist
58
- php_version : 8.0
58
+ php_version : 8.1
59
59
60
60
- name : PHPStan
61
61
uses : php-actions/phpstan@v2
62
62
with :
63
63
path : src/
64
64
args : --level=${{ matrix.phpstan-level }}
65
+ php_version : 8.1
65
66
66
67
infection :
67
68
runs-on : ubuntu-latest
68
69
steps :
69
70
- uses : actions/checkout@v2
70
71
- uses : shivammathur/setup-php@v2
71
72
with :
72
- php-version : ' 8.0 '
73
+ php-version : ' 8.1 '
73
74
tools : composer:v2
74
75
coverage : pcov
75
76
- uses : actions/cache@v2
81
82
- uses : php-actions/composer@v5
82
83
with :
83
84
args : --prefer-dist
84
- php_version : 8.0
85
+ php_version : 8.1
85
86
86
87
- name : Infection
87
88
run : |
Original file line number Diff line number Diff line change 21
21
"symfony/property-access" : " ^5.2" ,
22
22
"php-etl/metadata" : " ^0.2.0" ,
23
23
"php-etl/mapping-contracts" : " ^0.2.0" ,
24
- "php-etl/fast-map" : " ^0.2 .0"
24
+ "php-etl/fast-map" : " ^0.3 .0"
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
38
38
},
39
39
"extra" : {
40
40
"branch-alias" : {
41
- "dev-main" : " 0.3 .x-dev"
41
+ "dev-main" : " 0.4 .x-dev"
42
42
}
43
43
},
44
44
"require-dev" : {
You can’t perform that action at this time.
0 commit comments