Skip to content

Commit

Permalink
Update mediawiki-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 11, 2023
1 parent a9c48f1 commit a83536b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,34 @@ jobs:
strategy:
matrix:
include:
# Latest Old MediaWiki stable - PHP 7.4
- mw: 'REL1_39'
# Latest MediaWiki stable - PHP 7.4
- mw: 'REL1_40'
php: 7.4
php-docker: 74
composer-test: true
experimental: false

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

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

# Latest MediaWiki stable - PHP 8.2
- mw: 'REL1_41'
php: 8.2
php-docker: 82
composer-test: true
experimental: false

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

0 comments on commit a83536b

Please sign in to comment.