Skip to content

Commit

Permalink
Test against REL1_40 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox committed Sep 17, 2023
1 parent 594d606 commit 0c76812
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/mediawiki-tests.yml
Expand Up @@ -12,13 +12,20 @@ jobs:
strategy:
matrix:
include:
# Latest MediaWiki stable - PHP 7.4
# Latest Old MediaWiki stable - PHP 7.4
- mw: 'REL1_39'
php: 7.4
php-docker: 74
composer-test: true
experimental: false

# Latest MediaWiki stable - PHP 7.4
- mw: 'REL1_40'
php: 7.4
php-docker: 74
composer-test: true
experimental: false

# Latest MediaWiki master - PHP 7.4
- mw: 'master'
php: 7.4
Expand Down

0 comments on commit 0c76812

Please sign in to comment.