Searched +full:add +full:- +full:matcher (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | testWindows.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: windows-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 25 - name: Checkout 28 - name: Setup PHP 29 uses: shivammathur/setup-php@v2 [all …]
|
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: ubuntu-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 30 - 3306:3306 36 - 5432:5432 40 - 3128:3128 [all …]
|