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 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 19 name: PHP ${{ matrix.php-versions }} 20 runs-on: windows-latest 25 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 26 fail-fast: false 29 - name: Checkout [all …]
|
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 19 name: PHP ${{ matrix.php-versions }} 20 runs-on: ubuntu-latest 25 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 26 fail-fast: false 34 - 3306:3306 [all …]
|