Skip to content

Commit

Permalink
GHA: symplify/github-action-monorepo-split@2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
addwiki-ci committed Oct 23, 2021
1 parent 571ed37 commit dac6a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## Unreleased
## Version 3.0 (23 October 2021)

- Installable with 7.4+ (including PHP8)
- Typing added throughout
Expand Down

0 comments on commit dac6a26

Please sign in to comment.