Skip to content

fix undefined symbols #1

fix undefined symbols

fix undefined symbols #1

Workflow file for this run

name: 'Docker Test Image'
on:
schedule:
# Build base image on 1 and 15 day every month
- cron: '0 0 1,15 * *'
workflow_call:
jobs:
build:
strategy:
matrix:
tag: ['8.1.29', '8.2.20', '8.3.8']
zts: [yes, no]
uses: ".github/workflows/docker-image.yml"

Check failure on line 15 in .github/workflows/test-images.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-images.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
php: ${{ matrix.tag }}
zts: ${{ matrix.zts }}