File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 77jobs :
88 PHPUnit :
99 name : PHPUnit (PHP ${{ matrix.php }})
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 matrix :
1313 php :
14+ - 8.4
1415 - 8.3
1516 - 8.2
1617 - 8.1
@@ -43,11 +44,12 @@ jobs:
4344
4445 PHPUnit-Unstable :
4546 name : PHPUnit (Unstable PHP ${{ matrix.php }})
46- runs-on : ubuntu-20 .04
47+ runs-on : ubuntu-24 .04
4748 continue-on-error : true
4849 strategy :
4950 matrix :
5051 php :
52+ - 8.4
5153 - 8.3
5254 - 8.2
5355 - 8.1
@@ -106,11 +108,12 @@ jobs:
106108
107109 PHPUnit-Windows :
108110 name : PHPUnit (PHP ${{ matrix.php }} on Windows)
109- runs-on : windows-2022
111+ runs-on : windows-2024
110112 continue-on-error : true
111113 strategy :
112114 matrix :
113115 php :
116+ - 8.4
114117 - 8.3
115118 - 8.2
116119 - 8.1
You can’t perform that action at this time.
0 commit comments