Changeset 62254
- Timestamp:
- 04/21/2026 05:43:18 PM (4 weeks ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 9 edited
-
install-testing.yml (modified) (1 diff)
-
reusable-check-built-files.yml (modified) (1 diff)
-
reusable-coding-standards-php.yml (modified) (2 diffs)
-
reusable-php-compatibility.yml (modified) (2 diffs)
-
reusable-phpstan-static-analysis-v1.yml (modified) (2 diffs)
-
reusable-phpunit-tests-v3.yml (modified) (2 diffs)
-
reusable-test-core-build-process.yml (modified) (1 diff)
-
reusable-test-local-docker-environment-v1.yml (modified) (2 diffs)
-
reusable-upgrade-testing.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/install-testing.yml
r62251 r62254 118 118 steps: 119 119 - name: Set up PHP ${{ matrix.php }} 120 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0120 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 121 121 with: 122 122 php-version: '${{ matrix.php }}' -
trunk/.github/workflows/reusable-check-built-files.yml
r62251 r62254 58 58 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 59 59 - name: Install Composer dependencies 60 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.060 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 61 61 with: 62 62 custom-cache-suffix: ${{ steps.get-date.outputs.date }} -
trunk/.github/workflows/reusable-coding-standards-php.yml
r62053 r62254 53 53 54 54 - name: Set up PHP 55 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.055 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 56 56 with: 57 57 php-version: ${{ inputs.php-version }} … … 76 76 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 77 77 - name: Install Composer dependencies 78 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.078 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 79 79 with: 80 80 custom-cache-suffix: ${{ steps.get-date.outputs.date }} -
trunk/.github/workflows/reusable-php-compatibility.yml
r62053 r62254 47 47 48 48 - name: Set up PHP 49 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.049 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 50 50 with: 51 51 php-version: ${{ inputs.php-version }} … … 72 72 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 73 73 - name: Install Composer dependencies 74 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.074 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 75 75 with: 76 76 custom-cache-suffix: ${{ steps.get-date.outputs.date }} -
trunk/.github/workflows/reusable-phpstan-static-analysis-v1.yml
r62053 r62254 53 53 54 54 - name: Set up PHP 55 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.055 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 56 56 with: 57 57 php-version: ${{ inputs.php-version }} … … 74 74 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 75 75 - name: Install Composer dependencies 76 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.076 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 77 77 with: 78 78 custom-cache-suffix: ${{ steps.get-date.outputs.date }} -
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r62253 r62254 151 151 ## 152 152 - name: Set up PHP 153 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0153 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 154 154 with: 155 155 php-version: '${{ inputs.php }}' … … 159 159 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 160 160 - name: Install Composer dependencies 161 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0161 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 162 162 with: 163 163 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") -
trunk/.github/workflows/reusable-test-core-build-process.yml
r62253 r62254 87 87 - name: Install Composer dependencies 88 88 if: ${{ inputs.test-certificates }} 89 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.089 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 90 90 with: 91 91 custom-cache-suffix: ${{ steps.get-date.outputs.date }} -
trunk/.github/workflows/reusable-test-local-docker-environment-v1.yml
r62253 r62254 106 106 ## 107 107 - name: Set up PHP 108 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0108 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 109 109 with: 110 110 php-version: '${{ inputs.php }}' … … 114 114 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 115 115 - name: Install Composer dependencies 116 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # v4.0.0116 uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0 117 117 with: 118 118 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") -
trunk/.github/workflows/reusable-upgrade-testing.yml
r62033 r62254 79 79 steps: 80 80 - name: Set up PHP ${{ inputs.php }} 81 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.081 uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 82 82 with: 83 83 php-version: '${{ inputs.php }}'
Note: See TracChangeset
for help on using the changeset viewer.