Commit a9dd75a
feat(ci): add php8.4 (#421)
* feat(ci): add php8.4
* chore(dep)!: require latest guzzle
[Breaking Change]
Problem: php8.4 support starts with 7.8.2 but latest 7.9.x drops eol peer dependency guzzlehttp/psr7@v1
To avoid a peer dependency confusion enforce the latest release.
* Remove condition for php-cs-fixer step
---------
Co-authored-by: Louis Lagrange <lagrange.louis@gmail.com>1 parent 3f14ff9 commit a9dd75a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments