Skip to content

Commit

Permalink
Add CI for MW 1.39 (#43)
Browse files Browse the repository at this point in the history
* Add CI for MW 1.39

* Remove CI for MW 1.35.
* Bump php version requirements to php 7.4.
* Bumps mw requirements to MW 1.39+.
* Bumps composer to use composer v2.

* Update ci.yml

* Update extension.json

* Update composer.json
  • Loading branch information
paladox authored Jan 7, 2025
1 parent 3d90342 commit 0dac1d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
strategy:
matrix:
include:
- mw: 'REL1_35'
php: 7.3
- mw: 'REL1_35'
- mw: 'REL1_39'
php: 7.4
- mw: 'master'
php: 7.4
Expand All @@ -32,7 +30,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl
tools: composer:v1
tools: composer:v2

- name: Cache MediaWiki
id: cache-mediawiki
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"irc": "irc://irc.freenode.net/mediawiki"
},
"require": {
"php": ">=5.5.0",
"php": ">=7.4",
"param-processor/param-processor": "~1.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "other",
"callback": "ValidatorHooks::onRegistration",
"requires": {
"MediaWiki": ">= 1.35.0"
"MediaWiki": ">= 1.39.0"
},
"MessagesDirs": {
"Validator": [
Expand Down

0 comments on commit 0dac1d2

Please sign in to comment.