Skip to content

Commit 0f9eb06

Browse files
committed
Bump PHP/Swoole version assertions in tests.yaml
Upstream phpswoole/swoole:php8.5-alpine moved to PHP 8.5.5 / Swoole 6.2.1, which broke the pinned assertions. The git apk add change is unrelated to these failures.
1 parent 7b53893 commit 0f9eb06

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
* container-structure-test for `git` command
1212

13+
### Change
14+
15+
* `tests.yaml` PHP assertion bumped to 8.5.5 (upstream `phpswoole/swoole:php8.5-alpine` update)
16+
* `tests.yaml` Swoole assertion bumped to 6.2.1
17+
1318
## Version 1.2.0
1419

1520
### Add

tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ commandTests:
9292
command: "php"
9393
args: ["-v"]
9494
expectedOutput:
95-
- "PHP 8.5.4 (cli)*"
95+
- "PHP 8.5.5 (cli)*"
9696
- name: 'ImageMagick supported formats'
9797
command: "php"
9898
args: ["-i"]
@@ -107,7 +107,7 @@ commandTests:
107107
command: "php"
108108
args: ["--re", "swoole"]
109109
expectedOutput:
110-
- ".*version 6.2.0.*"
110+
- ".*version 6.2.1.*"
111111
- name: 'ZIP'
112112
command: "zip"
113113
args: ["-v"]

0 commit comments

Comments
 (0)