File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
name : Build and test
16
16
strategy :
17
17
matrix :
18
- php : ['8.0', '8. 1', '8.2']
18
+ php : ['8.1', '8.2']
19
19
deps : [high]
20
20
include :
21
21
- php : ' 8.2'
43
43
44
44
- name : Upload the phar
45
45
uses : actions/upload-artifact@v1
46
- if : matrix.php == '8.0 ' && matrix.deps == 'high'
46
+ if : matrix.php == '8.1 ' && matrix.deps == 'high'
47
47
with :
48
48
name : zalas-phpunit-injector-extension.phar
49
49
path : build/zalas-phpunit-injector-extension.phar
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ package: tools/box
81
81
82
82
cd build/phar && \
83
83
composer remove phpunit/phpunit --no-update && \
84
- composer config platform.php 8.0 && \
84
+ composer config platform.php 8.1 && \
85
85
composer update --no-dev -o -a
86
86
87
87
tools/box compile
@@ -101,13 +101,13 @@ tools/php-cs-fixer:
101
101
curl -Ls http://cs.symfony.com/download/php-cs-fixer-v3.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
102
102
103
103
tools/deptrac :
104
- curl -Ls https://github.com/sensiolabs-de/deptrac/releases/download/0.24.0 /deptrac.phar -o tools/deptrac && chmod +x tools/deptrac
104
+ curl -Ls https://github.com/sensiolabs-de/deptrac/releases/download/1.0.2 /deptrac.phar -o tools/deptrac && chmod +x tools/deptrac
105
105
106
106
tools/infection : tools/infection.pubkey
107
- curl -Ls https://github.com/infection/infection/releases/download/0.26.2 /infection.phar -o tools/infection && chmod +x tools/infection
107
+ curl -Ls https://github.com/infection/infection/releases/download/0.26.16 /infection.phar -o tools/infection && chmod +x tools/infection
108
108
109
109
tools/infection.pubkey :
110
- curl -Ls https://github.com/infection/infection/releases/download/0.26.2 /infection.phar.pubkey -o tools/infection.pubkey
110
+ curl -Ls https://github.com/infection/infection/releases/download/0.26.16 /infection.phar.pubkey -o tools/infection.pubkey
111
111
112
112
tools/box :
113
113
curl -Ls https://github.com/humbug/box/releases/download/3.16.0/box.phar -o tools/box && chmod +x tools/box
Original file line number Diff line number Diff line change 3
3
"description" : " Injects services from a PSR-11 dependency injection container to PHPUnit test cases" ,
4
4
"type" : " library" ,
5
5
"require" : {
6
- "php" : " ~8.0.0 || ~8. 1.0 || ~8.2.0" ,
6
+ "php" : " ~8.1.0 || ~8.2.0" ,
7
7
"phpunit/phpunit" : " ^9.0" ,
8
8
"psr/container" : " ^1.0 || ^2.0" ,
9
9
"zalas/injector" : " ^2.0"
Original file line number Diff line number Diff line change 10
10
</copyright >
11
11
12
12
<requires >
13
- <php version =" ^8.0 " />
13
+ <php version =" ^8.1 " />
14
14
</requires >
15
15
</phar >
You can’t perform that action at this time.
0 commit comments