Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the configuration to set the latest PHP version #30

Open
tanhongit opened this issue May 1, 2023 · 0 comments
Open

Change the configuration to set the latest PHP version #30

tanhongit opened this issue May 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tanhongit
Copy link
Member

It's necessary to change the configuration so that the latest PHP version will automatically be selected as the default value, not the current 8.2 version.

build:
      context: .
      dockerfile: ./docker/Dockerfile
      args:
          - PHP_VERSION_SELECTED=${PHP_VERSION_SELECTED:-8.2}
          - PHP_VERSION=${PHP_VERSION_SELECTED:-8.2}
@tanhongit tanhongit added the enhancement New feature or request label May 1, 2023
@tanhongit tanhongit self-assigned this May 1, 2023
@tanhongit tanhongit added the help wanted Extra attention is needed label Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant