Skip to content

Commit c066b80

Browse files
committed
wrong reference
1 parent 3877326 commit c066b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PHP_VERSION: ${{ matrix.php }}
2222
PHP_MINOR_VERSION: ${{ matrix.release }}
2323
ALPINE_VERSION_SLUG: v${{ matrix.alpine }}
24-
PHP_VERSION_SLUG: php-${{ env.PHP_VERSION }}
24+
PHP_VERSION_SLUG: php-${{ matrix.php }}
2525
PA_BUILD_SLUG: alpine-v${{ matrix.alpine }}_php-${{ matrix.php }}
2626
PA_BUILD_PATH: v${{ matrix.alpine }}/php-${{ matrix.php }}
2727

0 commit comments

Comments
 (0)