Changeset 57197 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 12/18/2023 03:18:30 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r56660 r57197 66 66 steps: 67 67 - name: Checkout repository 68 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.068 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 69 69 with: 70 70 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 71 71 72 72 - name: Set up PHP 73 uses: shivammathur/setup-php@ 4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.473 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 74 74 with: 75 75 php-version: '7.4' … … 88 88 89 89 - name: Cache PHP compatibility scan cache 90 uses: actions/cache@ 88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.190 uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 91 91 with: 92 92 path: .cache/phpcompat.json … … 148 148 steps: 149 149 - name: Dispatch workflow run 150 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1150 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 151 151 with: 152 152 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.