Skip to content

Update main-php-matrix-windows.yml #819

Update main-php-matrix-windows.yml

Update main-php-matrix-windows.yml #819

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.26
- 8.2.13
- 8.3.0
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
vs-crt: vs16
- php: 8.2
vs-crt: vs16
- php: 8.3
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:ae8c277cf51531e86c8dff66935ba5713b41fdc6) : every step must define a `uses` or `run` key
with:
php: ${{ matrix.php }}
vs-crt: ${{ matrix.vs-crt }}
secrets: inherit