From 0284357d0b16276b43bd4d894abb87ff1729ceb4 Mon Sep 17 00:00:00 2001 From: rotimi Date: Mon, 29 Apr 2024 14:35:31 -0600 Subject: [PATCH] Documentation updates --- README.md | 6 +----- run-tests-against-multiple-db-versions.php | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5737a19..0f9a98e 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,7 @@ Versions 2.x & 3.x mainly differ in the versions of **aura/sqlquery** their **Mo Version 4.x is not backwards compatible with 3.x. Versions 2.x & 3.x are feature complete as of May 2023, only bug fixes will be applied to those versions. - -New features will all be going to version 4 on the master branch. -Bug fixes for version 2.2.x will be applied to the 2.2.x branch. -Bug-fix pull requests for versions 2.x & 3.x will continue to be accepted even after version 4 is released. -New feature pull requests for versions 2.x & 3.x will be rejected, new features will only be added to the master branch. + ## Installation diff --git a/run-tests-against-multiple-db-versions.php b/run-tests-against-multiple-db-versions.php index 5e53c5b..a424236 100755 --- a/run-tests-against-multiple-db-versions.php +++ b/run-tests-against-multiple-db-versions.php @@ -59,7 +59,7 @@ function readableElapsedTime($microtime, $format = null, $round = 3) { // maybe later other options could be read // into this variable -$console_prompt2 = "Please enter a password that would be used for the Mysql & Mariadb root accounts (it must match the one specified in `phpunit.xml`):"; +$console_prompt2 = "Please enter a password that would be used for the Mysql & Mariadb root accounts:"; $mysql_root_psw = readFromLine(PHP_EOL . $console_prompt2); $test_results = [];