File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
php-version :
19
- - " 8.2"
20
19
- " 8.3"
20
+ - " 8.4"
21
21
22
22
steps :
23
23
- name : " Checkout"
@@ -26,11 +26,11 @@ jobs:
26
26
- name : " Install PHP with extensions"
27
27
uses : " shivammathur/setup-php@v2"
28
28
with :
29
- php-version : " ${{ matrix.php-version }}"
30
- php_extensions : " xdebug"
29
+ php-version : " ${{ matrix.php-version }}"
30
+ extensions : " xdebug"
31
31
32
32
- name : " Cache dependencies installed with Composer"
33
- uses : " actions/cache@v2 "
33
+ uses : " actions/cache@v4 "
34
34
with :
35
35
path : " ~/.composer/cache"
36
36
key : " php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
Original file line number Diff line number Diff line change 7
7
<th >Legal</th >
8
8
<th >Release</th >
9
9
<th >Tests</th >
10
- <th >Code</th >
11
10
</tr >
12
11
</thead >
13
12
<tbody >
25
24
<a href =" https://github.com/SetBased/php-exception/actions/workflows/unit.yml " ><img src =" https://github.com/SetBased/php-exception/actions/workflows/unit.yml/badge.svg " alt =" Build Status " /></a ><br />
26
25
<a href =" https://codecov.io/gh/SetBased/php-exception " ><img src =" https://codecov.io/gh/SetBased/php-exception/branch/master/graph/badge.svg " alt =" Code Coverage " /></a >
27
26
</td >
28
- <td >
29
- <a href =" https://scrutinizer-ci.com/g/SetBased/php-exception/?branch=master " ><img src =" https://scrutinizer-ci.com/g/SetBased/php-exception/badges/quality-score.png?b=master " alt =" Scrutinizer Code Quality " /></a >
30
- </td >
31
27
</tr >
32
28
</tbody >
33
29
</table >
Original file line number Diff line number Diff line change 7
7
],
8
8
"license" : " MIT" ,
9
9
"require" : {
10
- "php" : " >=8.2 "
10
+ "php" : " >=8.3 "
11
11
},
12
- "minimum-stability" : " dev" ,
13
- "prefer-stable" : true ,
14
12
"require-dev" : {
15
- "phing/phing" : " ^3.0.0-RC6 " ,
16
- "phpunit/phpunit" : " ^10.5.10 "
13
+ "phing/phing" : " ^3.0.1 " ,
14
+ "phpunit/phpunit" : " ^11.0 "
17
15
},
18
16
"autoload" : {
19
17
"psr-4" : {
You can’t perform that action at this time.
0 commit comments