We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2814942 commit 926758bCopy full SHA for 926758b
2 files changed
README.md
@@ -36,7 +36,7 @@ This image follows the [Semantic Versioning](https://semver.org/) pattern.
36
| Version | 1.0 | 1.1 | 2.0 |
37
| :----: | --- | --- | ---- |
38
| Base Image | 1.x.x | 1.x.x | 2.x.x |
39
-| PHP | 7.3.19 | 7.3.20 | 7.3.19 |
+| PHP | 7.3.19 | 7.4.10 | 7.3.19 |
40
41
When Base Image gets upgraded the major version is incremented, when PHP gets upgraded the minor version is incremented.
42
test/main.py
@@ -15,4 +15,4 @@
15
16
response = br.open(APP_TEST_URL)
17
assert response.code == 200, "response code is not 200"
18
-assert br.title() == "PHP 7.3.20 - phpinfo()", "found: " + br.title()
+assert br.title() == "PHP 7.3.21 - phpinfo()", "found: " + br.title()
0 commit comments