Skip to content

Commit ee14144

Browse files
committed
chore: Add json & md to vcs
1 parent d81af3a commit ee14144

File tree

3 files changed

+235
-1
lines changed

3 files changed

+235
-1
lines changed

.github/scripts/aggregate_tested_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jq -s 'reduce .[] as $item ({};
3333
reduce ($item | to_entries[]) as $entry ($acc;
3434
.[$entry.key] = (.[$entry.key] + $entry.value | unique)
3535
)
36-
)' "${TEMP_DIR}"/*.json > "${OUTPUT_FILE}"
36+
) | to_entries | sort_by(.key) | from_entries' "${TEMP_DIR}"/*.json > "${OUTPUT_FILE}"
3737

3838
echo "Aggregation complete. Output written to ${OUTPUT_FILE}"

aggregated_tested_versions.json

Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
1+
{
2+
"cakephp/cakephp": [
3+
"3.10.5",
4+
"4.5.9",
5+
"5.1.5"
6+
],
7+
"drupal/drupal": [
8+
"10.1.3",
9+
"8.9.21",
10+
"9.5.11"
11+
],
12+
"elasticsearch/elasticsearch": [
13+
"1.2.2",
14+
"7.17.2",
15+
"8.17.0"
16+
],
17+
"ext-PDO": [
18+
"7.0.33",
19+
"7.1.33",
20+
"7.2.34",
21+
"7.3.33",
22+
"7.4.33",
23+
"8.0.30",
24+
"8.1.31",
25+
"8.2.26",
26+
"8.3.14"
27+
],
28+
"ext-memcache": [
29+
"4.0.5",
30+
"8.2"
31+
],
32+
"ext-memcached": [
33+
"3.3.0"
34+
],
35+
"ext-mysqli": [
36+
"7.0.33",
37+
"7.1.33",
38+
"7.2.34",
39+
"7.3.33",
40+
"7.4.33",
41+
"8.0.30",
42+
"8.1.31",
43+
"8.2.26",
44+
"8.3.14"
45+
],
46+
"ext-pcntl": [
47+
"7.0.33",
48+
"7.1.33",
49+
"7.2.34",
50+
"7.3.33",
51+
"7.4.33",
52+
"8.0.30",
53+
"8.1.31",
54+
"8.2.26",
55+
"8.3.14"
56+
],
57+
"ext-rdkafka": [
58+
"6.0.5"
59+
],
60+
"ext-redis": [
61+
"3.1.6",
62+
"4.3.0",
63+
"5.3.7"
64+
],
65+
"ext-sqlsrv": [
66+
"5.11.0",
67+
"5.12.0",
68+
"5.3.0",
69+
"5.6.1",
70+
"5.8.0"
71+
],
72+
"ext-swoole": [
73+
"5.1.6",
74+
"6.0.0"
75+
],
76+
"google/cloud-spanner": [
77+
"1.92.0"
78+
],
79+
"guzzlehttp/guzzle": [
80+
"5.3.4",
81+
"6.5.8",
82+
"7.9.2"
83+
],
84+
"laminas-api-tools/api-tools": [
85+
"1.7.0"
86+
],
87+
"laminas/laminas-log": [
88+
"2.16.1",
89+
"2.17.1"
90+
],
91+
"laminas/laminas-mvc": [
92+
"3.3.5",
93+
"3.8.0"
94+
],
95+
"laravel/framework": [
96+
"10.48.27",
97+
"11.39.1",
98+
"4.2.22",
99+
"5.7.29",
100+
"5.8.38",
101+
"8.83.29",
102+
"9.52.19"
103+
],
104+
"laravel/lumen-framework": [
105+
"10.0.4",
106+
"5.2.9",
107+
"5.6.4",
108+
"5.8.13",
109+
"8.3.4",
110+
"9.1.6"
111+
],
112+
"laravel/octane": [
113+
"2.6.0"
114+
],
115+
"magento/magento2": [
116+
"2.3.7",
117+
"2.4.6"
118+
],
119+
"mongodb/mongodb": [
120+
"1.10.1",
121+
"1.16.1",
122+
"1.20.0",
123+
"1.8.0"
124+
],
125+
"monolog/monolog": [
126+
"1.27.1",
127+
"2.10.0",
128+
"3.8.1"
129+
],
130+
"nette/application": [
131+
"2.4.17",
132+
"3.1.15",
133+
"3.2.6"
134+
],
135+
"openai-php/client": [
136+
"0.10.3"
137+
],
138+
"php-amqplib/php-amqplib": [
139+
"2.12.1",
140+
"2.12.3",
141+
"3.7.2"
142+
],
143+
"predis/predis": [
144+
"1.1.10"
145+
],
146+
"shardj/zf1-future": [
147+
"1.21.4"
148+
],
149+
"slim/slim": [
150+
"3.12.5",
151+
"4.14.0",
152+
"4.8.1"
153+
],
154+
"spiral/roadrunner": [
155+
"2.11.4"
156+
],
157+
"symfony/console": [
158+
"5.2.14",
159+
"6.2.13",
160+
"7.2.1"
161+
],
162+
"symfony/framework-bundle": [
163+
"2.3.42",
164+
"2.8.52",
165+
"3.0.9",
166+
"3.3.18",
167+
"3.3.47",
168+
"4.0.15",
169+
"4.2.12",
170+
"4.4.51",
171+
"5.0.11",
172+
"5.1.11",
173+
"5.2.12",
174+
"6.2.13",
175+
"7.2.2"
176+
],
177+
"symfony/messenger": [
178+
"4.4.49",
179+
"5.2.12",
180+
"6.2.13",
181+
"7.2.1"
182+
],
183+
"wordpress": [
184+
"4.8.10",
185+
"5.5.1",
186+
"5.9.0",
187+
"6.1.1"
188+
],
189+
"yiisoft/yii2": [
190+
"2.0.49",
191+
"2.0.51"
192+
],
193+
"zendframework/zf1": [
194+
"1.12.20"
195+
]
196+
}

integration_versions.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
| Library | Min. Supported Version | Max. Supported Version |
2+
|-----------------------------|------------------------|------------------------|
3+
| cakephp/cakephp | 3.10.5 | 5.1.5 |
4+
| drupal/drupal | 8.9.21 | 10.1.3 |
5+
| elasticsearch/elasticsearch | 1.2.2 | 8.17.0 |
6+
| ext-PDO | 7.0.33 | 8.3.14 |
7+
| ext-memcache | 4.0.5 | 8.2 |
8+
| ext-memcached | 3.3.0 | 3.3.0 |
9+
| ext-mysqli | 7.0.33 | 8.3.14 |
10+
| ext-pcntl | 7.0.33 | 8.3.14 |
11+
| ext-rdkafka | 6.0.5 | 6.0.5 |
12+
| ext-redis | 3.1.6 | 5.3.7 |
13+
| ext-sqlsrv | 5.3.0 | 5.12.0 |
14+
| ext-swoole | 5.1.6 | 6.0.0 |
15+
| google/cloud-spanner | 1.92.0 | 1.92.0 |
16+
| guzzlehttp/guzzle | 5.3.4 | 7.9.2 |
17+
| laminas-api-tools/api-tools | 1.7.0 | 1.7.0 |
18+
| laminas/laminas-log | 2.16.1 | 2.17.1 |
19+
| laminas/laminas-mvc | 3.3.5 | 3.8.0 |
20+
| laravel/framework | 4.2.22 | 11.39.1 |
21+
| laravel/lumen-framework | 5.2.9 | 10.0.4 |
22+
| laravel/octane | 2.6.0 | 2.6.0 |
23+
| magento/magento2 | 2.3.7 | 2.4.6 |
24+
| mongodb/mongodb | 1.8.0 | 1.20.0 |
25+
| monolog/monolog | 1.27.1 | 3.8.1 |
26+
| nette/application | 2.4.17 | 3.2.6 |
27+
| openai-php/client | 0.10.3 | 0.10.3 |
28+
| php-amqplib/php-amqplib | 2.12.1 | 3.7.2 |
29+
| predis/predis | 1.1.10 | 1.1.10 |
30+
| shardj/zf1-future | 1.21.4 | 1.21.4 |
31+
| slim/slim | 3.12.5 | 4.14.0 |
32+
| spiral/roadrunner | 2.11.4 | 2.11.4 |
33+
| symfony/console | 5.2.14 | 7.2.1 |
34+
| symfony/framework-bundle | 2.3.42 | 7.2.2 |
35+
| symfony/messenger | 4.4.49 | 7.2.1 |
36+
| wordpress | 4.8.10 | 6.1.1 |
37+
| yiisoft/yii2 | 2.0.49 | 2.0.51 |
38+
| zendframework/zf1 | 1.12.20 | 1.12.20 |

0 commit comments

Comments
 (0)