File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3232 - php : ' 5.4'
3333 phpcs_version : ' 3.1.0'
3434
35- name : " QTest${{ matrix.lint && ' + Lint' || '' }}: PHP ${{ matrix.php }} - PHPCS ${{ matrix.phpcs_version }}"
35+ name : " QTest${{ matrix.phpcs_version == 'dev-master' && ' + Lint' || '' }}: PHP ${{ matrix.php }} - PHPCS ${{ matrix.phpcs_version }}"
3636
3737 steps :
3838 - name : Checkout code
9898
9999 - name : Grab PHPUnit version
100100 id : phpunit_version
101+ # yamllint disable rule:line-length
101102 run : echo "VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
103+ # yamllint enable rule:line-length
102104
103105 - name : Determine PHPUnit composer script to use
104106 id : phpunit_script
Original file line number Diff line number Diff line change @@ -158,7 +158,9 @@ jobs:
158158
159159 - name : Grab PHPUnit version
160160 id : phpunit_version
161+ # yamllint disable rule:line-length
161162 run : echo "VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
163+ # yamllint enable rule:line-length
162164
163165 - name : Determine PHPUnit composer script to use
164166 id : phpunit_script
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ jobs:
9494 build_dir : ' deploy'
9595 target_branch : ' gh-pages'
9696 keep_history : true
97- # allow_empty_commit: false # Turn on after verification that it all works as expected.
97+ allow_empty_commit : false
9898 jekyll : true
9999 commit_message : ${{ steps.commit_msg.outputs.MSG }}
100100 dry_run : ${{ steps.base_branch.outputs.BRANCH != 'stable' }}
101- verbose : ${{ matrix.verbose }}
101+ verbose : false
102102 env :
103103 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11parameters:
2- #phpVersion: 50400 # Needs to be 70100 or higher... sigh...
2+ # phpVersion: 50400 # Needs to be 70100 or higher... sigh...
33 level: 6
44 paths:
55 - bin
You can’t perform that action at this time.
0 commit comments