We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b419a commit 685edb7Copy full SHA for 685edb7
.github/workflows/precompile-php.yml
@@ -1014,7 +1014,7 @@ jobs:
1014
> This release contains precompiled PHP binaries optimized for modern PHP usage
1015
1016
- **Platforms**: Linux (x86_64), macOS (ARM64 & Intel)
1017
- - **PHP Versions**: ${{ fromJSON(steps.get-versions.outputs.php_versions).join(', ') }}
+ - **PHP Versions**: ${{ fromJSON(needs.get-php-versions.outputs.php_versions).join(', ') }}
1018
- **Configuration Options**:
1019
- `laravel-mysql`: Laravel applications using MySQL or MariaDB
1020
- `laravel-postgres`: Laravel applications using PostgreSQL
0 commit comments