Skip to content

Commit a09b45a

Browse files
committed
Fix docker version check
1 parent 3cb8481 commit a09b45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ commandTests:
116116
- name: 'Docker command'
117117
command: "docker"
118118
args: ["--version"]
119-
expectedOutput: ["Docker version 23.*"]
119+
expectedOutput: ["Docker version 24.*"]
120120
- name: 'PHP info'
121121
command: "php"
122122
args: ["-m"]

0 commit comments

Comments
 (0)