Commit 4c5f9d1
Update CI matrix and actions
Run on pull requests, cover PHP 8.2 and 8.3, and stop using the retired
actions/checkout@v2 and ramsey/composer-install@v1.
PHP 7.3 and 7.4 leave the matrix. Composer 2.10, which setup-php installs
today, only accepts laminas-diactoros 2.18.1 and newer as a provider of
psr/http-factory-implementation, and those releases require PHP 8.0+, so
the dev dependencies cannot be installed on 7.3/7.4 at all - with or
without the changes in this branch. PHPStan moves to PHP 8.0 for the same
reason.
The lowest-dependency jobs stay on PHP 8.0: Slim 3.0, Pimple 3.0 and
vfsStream 1.6.8 predate PHP 8.1 and fatal on load there, and raising those
dev bounds is not an option either, because the first Slim 3 release that
supports PHP 8.1 (3.13.0) requires PHP 8.1.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent c000985 commit 4c5f9d1
1 file changed
Lines changed: 26 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
32 | 49 | | |
33 | 50 | | |
34 | 51 | | |
35 | | - | |
| 52 | + | |
36 | 53 | | |
37 | 54 | | |
38 | 55 | | |
39 | 56 | | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
43 | | - | |
| 60 | + | |
44 | 61 | | |
45 | 62 | | |
46 | 63 | | |
| |||
0 commit comments