Changeset 53940 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 08/24/2022 04:30:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r53736 r53940 63 63 64 64 - name: Set up PHP 65 uses: shivammathur/setup-php@ 3eda58347216592f618bb1dff277810b6698e4ca # v2.19.165 uses: shivammathur/setup-php@e04e1d97f0c0481c6e1ba40f8a538454fe5d7709 # v2.21.2 66 66 with: 67 67 php-version: '7.4' … … 81 81 82 82 - name: Cache PHP compatibility scan cache 83 uses: actions/cache@ c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.483 uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8 84 84 with: 85 85 path: .cache/phpcompat.json
Note: See TracChangeset
for help on using the changeset viewer.