Skip to content

Commit 27047da

Browse files
committed
wip
1 parent 25e6a09 commit 27047da

File tree

4 files changed

+16
-21
lines changed

4 files changed

+16
-21
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- php.net
3636
- offline
3737
case:
38-
# Use PHP v7 to ensure deterministic outcomes.
3938
- caret-7-3
4039
- exactly-7-3-5
4140
- complex

testdata/complex.composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"php": "^7.3.32 || ^8.3 <=8.3.14"
3+
"php": "^7.3.32 || ^8.1 <=8.1.9"
44
}
55
}

testdata/complex.full.golden.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"constraint": "^7.3.32 || ^8.3 <=8.3.14",
2+
"constraint": "^7.3.32 || ^8.1 <=8.1.9",
33
"versions": [
44
"7.3.32",
55
"7.3.33",
@@ -35,21 +35,17 @@
3535
"7.4.30",
3636
"7.4.32",
3737
"7.4.33",
38-
"8.3.0",
39-
"8.3.1",
40-
"8.3.2",
41-
"8.3.3",
42-
"8.3.4",
43-
"8.3.6",
44-
"8.3.7",
45-
"8.3.8",
46-
"8.3.9",
47-
"8.3.10",
48-
"8.3.11",
49-
"8.3.12",
50-
"8.3.13",
51-
"8.3.14"
38+
"8.1.0",
39+
"8.1.1",
40+
"8.1.2",
41+
"8.1.3",
42+
"8.1.4",
43+
"8.1.5",
44+
"8.1.6",
45+
"8.1.7",
46+
"8.1.8",
47+
"8.1.9"
5248
],
5349
"lowest": "7.3.32",
54-
"highest": "8.3.14"
50+
"highest": "8.1.9"
5551
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"constraint": "^7.3.32 || ^8.3 <=8.3.14",
2+
"constraint": "^7.3.32 || ^8.1 <=8.1.9",
33
"versions": [
44
"7.3",
55
"7.4",
6-
"8.3"
6+
"8.1"
77
],
88
"lowest": "7.3",
9-
"highest": "8.3"
9+
"highest": "8.1"
1010
}

0 commit comments

Comments
 (0)