Lines Matching +full:dokuwiki +full:- +full:branch
7 name: PHP ${{ matrix.php-versions }} DokuWiki ${{ matrix.dokuwiki-branch }}
8 runs-on: ubuntu-latest
13 php-versions: ['7.2', '7.3', '7.4', '8.0']
14 dokuwiki-branch: [ 'master', 'stable']
16 - dokuwiki-branch: 'stable'
17 php-versions: '8.0'
18 fail-fast: false
21 - name: Checkout
24 - name: Setup PHP
25 uses: shivammathur/setup-php@v2
27 php-version: ${{ matrix.php-versions }}
30 - name: Setup problem matchers
32 echo ::add-matcher::${{ runner.tool_cache }}/php.json
33 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
35 - name: Download DokuWiki Test-setup
36 run: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
38 - name: Run DokuWiki Test-setup
41 DOKUWIKI: ${{ matrix.dokuwiki-branch }}
44 - name: Setup PHPUnit
49 - name: Run PHPUnit
52 php phpunit.phar --verbose --stderr --group plugin_timezone