Changeset 55490
- Timestamp:
- 03/08/2023 04:48:21 PM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
- Property svn:mergeinfo changed
/trunk merged: 54651,55487
- Property svn:mergeinfo changed
-
branches/6.0/.github/workflows/coding-standards.yml
r55482 r55490 67 67 68 68 - name: Set up PHP 69 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.069 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 70 70 with: 71 71 php-version: '7.4' … … 80 80 81 81 - name: Cache PHPCS scan cache 82 uses: actions/cache@ 58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.382 uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 83 83 with: 84 84 path: | -
branches/6.0/.github/workflows/php-compatibility.yml
r55482 r55490 61 61 62 62 - name: Set up PHP 63 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.063 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 64 64 with: 65 65 php-version: '7.4' … … 78 78 79 79 - name: Cache PHP compatibility scan cache 80 uses: actions/cache@ 58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.380 uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 81 81 with: 82 82 path: .cache/phpcompat.json -
branches/6.0/.github/workflows/phpunit-tests.yml
r55482 r55490 124 124 ## 125 125 - name: Set up PHP 126 uses: shivammathur/setup-php@ 8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.0126 uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0 127 127 with: 128 128 php-version: '${{ matrix.php }}' -
branches/6.0/.github/workflows/welcome-new-contributors.yml
r55482 r55490 13 13 14 14 steps: 15 - uses: bubkoo/welcome-action@e3f444df06502502071d309411d01ba18f916ede # v1.0.315 - 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.