Skip to content

Commit

Permalink
[PHP] Add missed env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Den4ik committed Jan 29, 2025
1 parent 55198b0 commit 0afd924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
env:
RUN_ON_OS: ${{ vars.RUN_ON_OS }}
PHP_LATEST: ${{ vars.PHP_LATEST }}
PHP_VERSIONS: ${{ vars.PHP_VERSIONS }}
NODE_LATEST: ${{ vars.NODE_LATEST }}
Expand All @@ -39,6 +40,7 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
env:
RUN_ON_OS: ${{ vars.RUN_ON_OS }}
PHP_LATEST: ${{ vars.PHP_LATEST }}
PHP_VERSIONS: ${{ vars.PHP_VERSIONS }}
NODE_LATEST: ${{ vars.NODE_LATEST }}
Expand All @@ -59,6 +61,7 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.matrix }}
env:
RUN_ON_OS: ${{ vars.RUN_ON_OS }}
PHP_LATEST: ${{ vars.PHP_LATEST }}
PHP_VERSIONS: ${{ vars.PHP_VERSIONS }}
NODE_LATEST: ${{ vars.NODE_LATEST }}
Expand Down

0 comments on commit 0afd924

Please sign in to comment.