File tree Expand file tree Collapse file tree 3 files changed +854
-447
lines changed
Expand file tree Collapse file tree 3 files changed +854
-447
lines changed Original file line number Diff line number Diff line change 1717 { php: "7.4", composer: 2.3.10 },
1818 { php: "8.0", composer: 2.3.10 },
1919 { php: "8.1", composer: 2.3.10 },
20- { php: "8.2", composer: 2.7.7 },
21- { php: "8.3", composer: 2.7.7 },
22- { php: "8.4", composer: 2.9.4 }
20+ { php: "8.2", composer: 2.7.9 },
21+ { php: "8.3", composer: 2.7.9 },
22+ { php: "8.4", composer: 2.8.12 },
23+ { php: "8.5", composer: 2.9.4 }
2324 ]
2425 steps :
2526 - uses : actions/checkout@v3
2930 with :
3031 php-version : ${{ matrix.versions.php }}
3132 tools : composer:${{ matrix.versions.composer }}
33+ coverage : none
3234
3335 - name : Prepare Composer PHP platform
3436 run : composer config platform.php ${{ matrix.versions.php }}
Original file line number Diff line number Diff line change 2626 },
2727 "config" : {
2828 "platform" : {
29- "php" : " 7.4.33 "
29+ "php" : " 8.5.2 "
3030 },
3131 "process-timeout" : 3000 ,
3232 "allow-plugins" : {
You can’t perform that action at this time.
0 commit comments