|
24 | 24 | ], |
25 | 25 | "exclude": [ |
26 | 26 | { |
27 | | - "name": "Codeception [7.4, latest]" |
| 27 | + "name": "Codeception [8.2, latest]" |
28 | 28 | } |
29 | 29 | ], |
30 | 30 | "ignore_php_platform_requirements": { |
31 | 31 | "8.0": true, |
32 | | - "7.4": false |
| 32 | + "8.2": false |
33 | 33 | }, |
34 | 34 | "stablePHP": "8.0", |
35 | 35 | "additional_composer_arguments": [] |
|
50 | 50 | "operatingSystem": "ubuntu-latest", |
51 | 51 | "action": "laminas/laminas-continuous-integration-action@v1", |
52 | 52 | "job": { |
53 | | - "php": "7.4", |
| 53 | + "php": "8.2", |
54 | 54 | "command": "find src/ -type f -name \"*.php\" -exec php -l {} \\;" |
55 | 55 | } |
56 | 56 | } |
57 | 57 | ], |
58 | 58 | "ignore_php_platform_requirements": { |
59 | 59 | "8.0": true, |
60 | | - "7.4": false |
| 60 | + "8.2": false |
61 | 61 | }, |
62 | 62 | "stablePHP": "8.0", |
63 | 63 | "additional_composer_arguments": [] |
|
95 | 95 | [ |
96 | 96 | { |
97 | 97 | "name": "Stringified job", |
98 | | - "job": "{\"php\": \"7.4\", \"command\": \"php -v\"}" |
| 98 | + "job": "{\"php\": \"8.2\", \"command\": \"php -v\"}" |
99 | 99 | }, |
100 | 100 | { |
101 | 101 | "name": "JSON object job", |
102 | 102 | "operatingSystem": "debian-latest", |
103 | 103 | "job": { |
104 | | - "php": "7.4", |
| 104 | + "php": "8.2", |
105 | 105 | "command": "php -v" |
106 | 106 | } |
107 | 107 | } |
|
281 | 281 | "examples": [ |
282 | 282 | [ |
283 | 283 | { |
284 | | - "name": "Codeception [7.4, latest]" |
| 284 | + "name": "Codeception [8.2, latest]" |
285 | 285 | } |
286 | 286 | ] |
287 | 287 | ], |
|
290 | 290 | "title": "The job description to be excluded", |
291 | 291 | "examples": [ |
292 | 292 | { |
293 | | - "name": "Codeception [7.4, latest]" |
| 293 | + "name": "Codeception [8.2, latest]" |
294 | 294 | } |
295 | 295 | ], |
296 | 296 | "required": [ |
|
303 | 303 | "description": "The name of the job to be excluded. Must be an exact match.", |
304 | 304 | "minLength": 1, |
305 | 305 | "examples": [ |
306 | | - "Codeception [7.4, latest]" |
| 306 | + "Codeception [8.2, latest]" |
307 | 307 | ] |
308 | 308 | } |
309 | 309 | }, |
|
356 | 356 | "title": "The php version", |
357 | 357 | "description": "The PHP version to be used. If the wildcard `*` is passed, a list of checks is created containing *every* supported PHP version by the project and the matrix action.", |
358 | 358 | "enum": [ |
359 | | - "5.6", |
360 | | - "7.0", |
361 | | - "7.1", |
362 | | - "7.2", |
363 | | - "7.3", |
364 | | - "7.4", |
365 | 359 | "8.0", |
366 | 360 | "8.1", |
367 | 361 | "8.2", |
|
0 commit comments