Skip to content

Try to enable jit-tracing builds #887

Try to enable jit-tracing builds

Try to enable jit-tracing builds #887

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

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 19, Col: 11): Error from called workflow pmmp/ext-pmmpthread/.github/workflows/main-php-matrix.yml@76d4303ad1446918e3a706fce0db4780cc4760f6 (Line: 84, Col: 9): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.opcache != 'jit-tracing' || (!startsWith(inputs.php, '8.1') && !startsWith(inputs.php, '8.2'))
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
with:
php: ${{ matrix.php }}
vs-crt: ${{ matrix.vs-crt }}
secrets: inherit