File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
PHPUnit :
9
9
name : PHPUnit (PHP ${{ matrix.php }})
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.4
14
15
- 8.3
15
16
- 8.2
16
17
- 8.1
35
36
36
37
PHPUnit-macOS :
37
38
name : PHPUnit (macOS)
38
- runs-on : macos-12
39
+ runs-on : macos-14
39
40
continue-on-error : true
40
41
steps :
41
42
- uses : actions/checkout@v4
@@ -50,10 +51,11 @@ jobs:
50
51
51
52
PHPStan :
52
53
name : PHPStan (PHP ${{ matrix.php }})
53
- runs-on : ubuntu-22 .04
54
+ runs-on : ubuntu-24 .04
54
55
strategy :
55
56
matrix :
56
57
php :
58
+ - 8.4
57
59
- 8.3
58
60
- 8.2
59
61
- 8.1
Original file line number Diff line number Diff line change 32
32
},
33
33
"require-dev" : {
34
34
"clue/stream-filter" : " ^1.2" ,
35
- "phpstan/phpstan" : " 1.11.1 || 1.4.10" ,
35
+ "phpstan/phpstan" : " 1.12.19 || 1.4.10" ,
36
36
"phpunit/phpunit" : " ^9.6 || ^7.5"
37
37
},
38
38
"autoload" : {
You can’t perform that action at this time.
0 commit comments