Skip to content

Merge pull request #16 from pppery/patch-1 #17

Merge pull request #16 from pppery/patch-1

Merge pull request #16 from pppery/patch-1 #17

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ "*" ]
jobs:
test:
name: "PHPUnit: MW ${{ matrix.mw }}, PHP ${{ matrix.php }}"
strategy:
fail-fast: false
matrix:
include:
- mw: 'REL1_35'
php: 7.4
- mw: 'REL1_36'
php: 7.4
- mw: 'REL1_37'
php: 7.4
- mw: 'master'
php: 7.4
runs-on: ubuntu-latest
steps:
# check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: Test extension
uses: wikiteq/mediawiki-phpunit-action@v2
with:
type: extension
php: ${{ matrix.php }}
mwbranch: ${{ matrix.mw }}
extension: PubmedParser
testgroup: extension-PubmedParser