File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Gather CI configuration
18
18
id : matrix
19
- uses : laminas/laminas-ci-matrix-action@1.22.1
19
+ uses : laminas/laminas-ci-matrix-action@1.27.2
20
20
21
21
qa :
22
22
name : QA Checks
27
27
matrix : ${{ fromJSON(needs.matrix.outputs.matrix) }}
28
28
steps :
29
29
- name : ${{ matrix.name }}
30
- uses : laminas/laminas-continuous-integration-action@1.32.0
30
+ uses : laminas/laminas-continuous-integration-action@1.40.1
31
31
env :
32
32
" GITHUB_TOKEN " : ${{ secrets.GITHUB_TOKEN }}
33
33
" INFECTION_DASHBOARD_API_KEY " : ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Original file line number Diff line number Diff line change 3
3
"description" : " Doctrine Cache adapter for PSR-16 Simple Cache" ,
4
4
"type" : " library" ,
5
5
"require" : {
6
- "php" : " ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" ,
6
+ "php" : " ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
7
7
"doctrine/cache" : " ^1.13.0" ,
8
8
"psr/simple-cache" : " ^1.0.1"
9
9
},
10
10
"require-dev" : {
11
11
"cache/integration-tests" : " dev-master" ,
12
12
"cache/tag-interop" : " dev-master" ,
13
- "infection/infection" : " ^0.26.19 " ,
14
- "phpunit/phpunit" : " ^9.6.7 "
13
+ "infection/infection" : " ^0.29.8 " ,
14
+ "phpunit/phpunit" : " ^9.6.21 "
15
15
},
16
16
"license" : " MIT" ,
17
17
"authors" : [
You can’t perform that action at this time.
0 commit comments