File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11
11
"slug" : " latest" ,
12
12
"upcoming" : true
13
13
},
14
+ {
15
+ "name" : " 3.8" ,
16
+ "branchName" : " 3.8.x" ,
17
+ "slug" : " 3.8" ,
18
+ "upcoming" : true
19
+ },
14
20
{
15
21
"name" : " 3.7" ,
16
22
"branchName" : " 3.7.x" ,
17
23
"slug" : " 3.7" ,
18
- "upcoming " : true
24
+ "current " : true
19
25
},
20
26
{
21
27
"name" : " 3.6" ,
22
28
"branchName" : " 3.6.x" ,
23
29
"slug" : " 3.6" ,
24
- "current " : true
30
+ "maintained " : false
25
31
},
26
32
{
27
33
"name" : " 3.5" ,
Original file line number Diff line number Diff line change @@ -281,19 +281,19 @@ jobs:
281
281
- " 10.4" # Oldest version supported by DBAL, LTS (Jun 2024)
282
282
- " 10.5" # LTS (Jun 2025)
283
283
- " 10.6" # LTS (Jul 2026)
284
- - " 10.9" # STS (Aug 2023)
285
284
- " 10.10" # STS (Nov 2023)
286
285
- " 10.11" # LTS (Feb 2028)
287
286
- " 11.0" # STS (Jun 2024)
287
+ - " 11.1" # STS (Aug 2024)
288
288
extension :
289
289
- " mysqli"
290
290
- " pdo_mysql"
291
291
include :
292
292
- php-version : " 8.2"
293
- mariadb-version : " 11.0 "
293
+ mariadb-version : " 11.1 "
294
294
extension : " mysqli"
295
295
- php-version : " 8.3"
296
- mariadb-version : " 11.0 "
296
+ mariadb-version : " 11.1 "
297
297
extension : " pdo_mysql"
298
298
299
299
services :
Original file line number Diff line number Diff line change 40
40
"doctrine/coding-standard" : " 12.0.0" ,
41
41
"fig/log-test" : " ^1" ,
42
42
"jetbrains/phpstorm-stubs" : " 2023.2" ,
43
- "phpstan/phpstan" : " 1.10.34 " ,
43
+ "phpstan/phpstan" : " 1.10.35 " ,
44
44
"phpstan/phpstan-phpunit" : " 1.3.14" ,
45
45
"phpstan/phpstan-strict-rules" : " ^1.5" ,
46
46
"phpunit/phpunit" : " 10.2.2" ,
You can’t perform that action at this time.
0 commit comments