Skip to content

Add a status badge for every OS/PHP Version combination #1

Add a status badge for every OS/PHP Version combination

Add a status badge for every OS/PHP Version combination #1

name: CI Tests on Windows with PHP 8.1
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
linux-php-8.0:

Check failure on line 12 in .github/workflows/windows-php-8.1.yml

View workflow run for this annotation

GitHub Actions / CI Tests on Windows with PHP 8.1

Invalid workflow file

The workflow is not valid. .github/workflows/windows-php-8.1.yml (Line: 12, Col: 3): The identifier 'linux-php-8.0' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: ./.github/workflows/ci-tests.yml
with:
os: windows-latest
php: 8.1