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 3877326 commit c066b80Copy full SHA for c066b80
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
PHP_VERSION: ${{ matrix.php }}
22
PHP_MINOR_VERSION: ${{ matrix.release }}
23
ALPINE_VERSION_SLUG: v${{ matrix.alpine }}
24
- PHP_VERSION_SLUG: php-${{ env.PHP_VERSION }}
+ PHP_VERSION_SLUG: php-${{ matrix.php }}
25
PA_BUILD_SLUG: alpine-v${{ matrix.alpine }}_php-${{ matrix.php }}
26
PA_BUILD_PATH: v${{ matrix.alpine }}/php-${{ matrix.php }}
27
0 commit comments