We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82724fe commit 474d33fCopy full SHA for 474d33f
tests.yaml
@@ -12,11 +12,11 @@ commandTests:
12
- name: 'Certbot command'
13
command: "certbot"
14
args: ["--version"]
15
- expectedOutput: ["certbot 2.*"]
+ expectedOutput: ["certbot 4.*"]
16
- name: 'Docker command'
17
command: "docker"
18
19
- expectedOutput: ["Docker version 26.*"]
+ expectedOutput: ["Docker version 28.*"]
20
- name: 'PHP info'
21
command: "php"
22
args: ["-m"]
0 commit comments