Skip to content

Commit

Permalink
remove MW 1.35, add MW 1.42, remove PHP 7.4, add PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Jul 28, 2024
1 parent 77b9b69 commit 2f635d6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ jobs:

strategy:
matrix:
mediawiki_version: ['1.41', '1.40', '1.39', '1.35']
php_version: ['8.1', '8.0', '7.4']
mediawiki_version: ['1.42', '1.41', '1.40', '1.39']
php_version: ['8.2', '8.1']
target_repository: ['mediawiki', 'mediawiki-ci']
include:
# set global default php
- php_default: '8.1'
# set 1.35 default php
- php_default: '7.4'
mediawiki_version: '1.35'
# - php_default: '7.4'
# mediawiki_version: '1.35'
exclude:
- php_version: '7.4'
mediawiki_version: '1.41'
- php_version: '7.4'
mediawiki_version: '1.40'
- php_version: '7.4'
- php_version: '8.2'
mediawiki_version: '1.39'
steps:
- name: Checkout
Expand Down

0 comments on commit 2f635d6

Please sign in to comment.