File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ jobs:
15
15
name : Build and test
16
16
strategy :
17
17
matrix :
18
- php : ['8.1', '8.2']
18
+ php : ['8.1', '8.2', '8.3' ]
19
19
deps : [high]
20
20
include :
21
21
- php : ' 8.2'
22
22
deps : low
23
+ - php : ' 8.3'
24
+ deps : low
23
25
24
26
steps :
25
27
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ tools/deptrac:
104
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.16 /infection.phar -o tools/infection && chmod +x tools/infection
107
+ curl -Ls https://github.com/infection/infection/releases/download/0.26.21 /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.16 /infection.phar.pubkey -o tools/infection.pubkey
110
+ curl -Ls https://github.com/infection/infection/releases/download/0.26.21 /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.1.0 || ~8.2.0" ,
6
+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 " ,
7
7
"phpunit/phpunit" : " ^9.0" ,
8
8
"psr/container" : " ^1.0 || ^2.0" ,
9
9
"zalas/injector" : " ^2.0"
14
14
"symfony/http-kernel" : " ^4.4.12 || ^5.3 || ^6.0" ,
15
15
"zalas/phpunit-globals" : " ^2.0" ,
16
16
"symfony/framework-bundle" : " ^4.4.12 || ^5.3 || ^6.0" ,
17
- "zalas/phpunit-doubles" : " ^1.5 " ,
17
+ "zalas/phpunit-doubles" : " ^1.9.2 " ,
18
18
"phpspec/prophecy" : " ^1.9" ,
19
19
"phpspec/prophecy-phpunit" : " ^2.0"
20
20
},
You can’t perform that action at this time.
0 commit comments