Changeset 55489
- Timestamp:
- 03/08/2023 04:40:28 PM (19 months ago)
- Location:
- branches/6.1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/.github/workflows/coding-standards.yml
r55357 r55489 68 68 69 69 - name: Set up PHP 70 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.070 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 71 71 with: 72 72 php-version: '7.4' … … 81 81 82 82 - name: Cache PHPCS scan cache 83 uses: actions/cache@ 58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.383 uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 84 84 with: 85 85 path: .cache/phpcs.json -
branches/6.1/.github/workflows/php-compatibility.yml
r55357 r55489 63 63 64 64 - name: Set up PHP 65 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.065 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 66 66 with: 67 67 php-version: '7.4' … … 80 80 81 81 - name: Cache PHP compatibility scan cache 82 uses: actions/cache@ 58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.382 uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 83 83 with: 84 84 path: .cache/phpcompat.json -
branches/6.1/.github/workflows/phpunit-tests.yml
r55357 r55489 121 121 ## 122 122 - name: Set up PHP 123 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.0123 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 124 124 with: 125 125 php-version: '${{ matrix.php }}' -
branches/6.1/.github/workflows/test-coverage.yml
r55357 r55489 87 87 ## 88 88 - name: Set up PHP 89 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.089 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 90 90 with: 91 91 php-version: '7.4' -
branches/6.1/.github/workflows/welcome-new-contributors.yml
r55488 r55489 13 13 14 14 steps: 15 - uses: wow-actions/welcome@ fafa00fbd13d9c5d0fbd761c249153506c62bcd8 # v1.1.015 - uses: wow-actions/welcome@72817eb31cda1de60f51893d80e2e82ce57f7e76 # v1.3.0 16 16 with: 17 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}18 17 FIRST_PR_COMMENT: > 19 18 Hi @{{ author }}! 👋
Note: See TracChangeset
for help on using the changeset viewer.