Skip to content

Commit 926758b

Browse files
committed
fix README versioning info and test for php 7.3.21
1 parent 2814942 commit 926758b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This image follows the [Semantic Versioning](https://semver.org/) pattern.
3636
| Version | 1.0 | 1.1 | 2.0 |
3737
| :----: | --- | --- | ---- |
3838
| Base Image | 1.x.x | 1.x.x | 2.x.x |
39-
| PHP | 7.3.19 | 7.3.20 | 7.3.19 |
39+
| PHP | 7.3.19 | 7.4.10 | 7.3.19 |
4040

4141
When Base Image gets upgraded the major version is incremented, when PHP gets upgraded the minor version is incremented.
4242

test/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
response = br.open(APP_TEST_URL)
1717
assert response.code == 200, "response code is not 200"
18-
assert br.title() == "PHP 7.3.20 - phpinfo()", "found: " + br.title()
18+
assert br.title() == "PHP 7.3.21 - phpinfo()", "found: " + br.title()

0 commit comments

Comments
 (0)