Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 15, 2022
1 parent e6106cb commit d3c3fbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Version 0.5.1 (unreleased)
==========================
Version 0.5.1
=============

* fixed building the MySQL container for recent versions of MySql 5.7/8.0
* fixed creating the test database user account so that it can be accessed from all php versions when using MySQL 8.0
(useful for GitHub Actions workers as Ubuntu 18 is deprecated now, and Ubuntu 20 defaults to MySQL 8.0.30)

* fixed creating the test database user account so that it can be accessed from all php versions when using MySql 8.0
* fixed building the MySQL container for recent versions of MySQL 5.7/8.0 (DockerHub now uses Oracle base images)

* added a configuration example for running tests using GitHub Actions

Expand Down
2 changes: 2 additions & 0 deletions teststack_todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ v0.x - fixes, docs

- add examples using a simpler sets of packages: ez only

- find a better command than `git clone`, to insure users always get the latest tag instead of 'main' on install

v0.6 - more test coverage, cleanups

- improve mysql dockerfile: bring back timezone, cleanup steps working for all base OSes
Expand Down

0 comments on commit d3c3fbb

Please sign in to comment.