From dac6a268ef132409f8b73e31f1b53a2fc25d8ce2 Mon Sep 17 00:00:00 2001 From: addwiki-ci Date: Sat, 23 Oct 2021 08:50:04 +0000 Subject: [PATCH] GHA: symplify/github-action-monorepo-split@2.1 --- README.md | 2 +- RELEASENOTES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37923a7..0be0de8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To run the integration tests, you need to have a running MediaWiki instance. The to the `LocalSettings.php` of your MediaWiki. -By default, the tests will use the URL `http://localhost/w/api.php` as the API endpoint. If you have a different URL (e.g. `http://localhost:8080/w/api.php`), you need to configure the URL as an environemnt variable before running the tests. Example: +By default, the tests will use the URL `http://localhost/w/api.php` as the API endpoint. If you have a different URL (e.g. `http://localhost:8080/w/api.php`), you need to configure the URL as an environment variable before running the tests. Example: export MEDIAWIKI_API_URL='http://localhost:8080/w/api.php' diff --git a/RELEASENOTES.md b/RELEASENOTES.md index faebaab..fa8a68a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,6 @@ # Release Notes -## Unreleased +## Version 3.0 (23 October 2021) - Installable with 7.4+ (including PHP8) - Typing added throughout