Skip to content

Commit cbb3ee3

Browse files
committed
Update build versions
1 parent 16138e3 commit cbb3ee3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
from distutils.version import LooseVersion
4242
4343
phpAlpineVersions = {
44-
"8.4": "3.21",
45-
"8.3": "3.21",
46-
"8.2": "3.21",
44+
"8.4": "3.22",
45+
"8.3": "3.22",
46+
"8.2": "3.22",
4747
"8.1": "3.18",
4848
"8.0": "3.16",
4949
}
@@ -54,13 +54,13 @@ jobs:
5454
# swoole 6.0 branch
5555
("swoole-6.0.2", "8.1", None),
5656
# swoole 5.1 branch
57-
("swoole-5.1.7", "8.0", "8.3"),
57+
("swoole-5.1.8", "8.0", "8.3"),
5858
# swoole 4.8 branch
5959
("swoole-4.8.13", "8.0", "8.2"),
6060
# swow ci branch
6161
("swow-ci", "8.0", None),
6262
# swow
63-
("swow-1.5.3", "8.0", "8.3"),
63+
("swow-1.6.0", "8.0", "8.4"),
6464
]
6565
6666
extraExts = [

0 commit comments

Comments
 (0)