Skip to content

Commit

Permalink
Test against MW 1.41 (#450)
Browse files Browse the repository at this point in the history
Also test with php 8.2
  • Loading branch information
paladox authored Nov 2, 2023
1 parent d10325e commit ea58bed
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,41 @@ jobs:
strategy:
matrix:
include:
# Latest Old 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
# Latest MediaWiki stable - PHP 7.4
- mw: 'REL1_40'
php: 7.4
php-docker: 74
composer-test: true
experimental: false

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

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

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

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

0 comments on commit ea58bed

Please sign in to comment.