Skip to content

actions: clean up cache strategies #879

actions: clean up cache strategies

actions: clean up cache strategies #879

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
all-linux:
name: Linux - PHP ${{ matrix.php }}
strategy:
fail-fast: false
matrix:
php:
- 8.1.30
- 8.2.25
- 8.3.13
uses: ./.github/workflows/main-php-matrix.yml
with:
php: ${{ matrix.php }}
secrets: inherit
all-windows:
name: Windows - PHP ${{ matrix.php }}
strategy:
fail-fast: false
matrix:
include:
- php: 8.1.30
vs-crt: vs16
- php: 8.2.25
vs-crt: vs16
- php: 8.3.13
vs-crt: vs16
uses: ./.github/workflows/main-php-matrix-windows.yml

Check failure on line 37 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/main-php-matrix-windows.yml" (source branch with sha:a8cab5795778c82e33efb52073150d1de6043364) : No steps defined in `steps` and no workflow called in `uses` for the following jobs: check-php-cache
with:
php: ${{ matrix.php }}
vs-crt: ${{ matrix.vs-crt }}
secrets: inherit