Add a status badge for every OS/PHP Version
combination
#1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Tests on Windows with PHP 8.3 | ||
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.3.yml GitHub Actions / CI Tests on Windows with PHP 8.3Invalid workflow file
|
||
uses: ./.github/workflows/ci-tests.yml | ||
with: | ||
os: windows-latest | ||
php: 8.3 |