Changeset 13969
- Timestamp:
- 07/23/2024 01:18:51 AM (14 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r13859 r13969 21 21 uses: shivammathur/setup-php@v2 22 22 with: 23 php-version: 8.323 php-version: '8.3' 24 24 coverage: none 25 25 tools: composer:v2 -
trunk/.github/workflows/unit-tests.yml
r13859 r13969 69 69 70 70 - name: Cache node modules 71 uses: actions/cache@v 271 uses: actions/cache@v4 72 72 env: 73 73 cache-name: cache-node-modules
Note: See TracChangeset
for help on using the changeset viewer.