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

add workflow to validate composer dependencies #2905

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from

Conversation

pifou25
Copy link
Contributor

@pifou25 pifou25 commented Sep 21, 2024

Description

repris de mon autre PR sur composer, ce workflow permet de valider les dépendances de Composer à la fois pour php7.4 et 8.2 il rajoute 2 checks:
image
j'ai ajouté les contraintes platform & require php:7.4 et maj le composer.lock en conséquence.

Suggested changelog entry

Github workflow de validation des dépendances Composer php7.4 et 8.2

Related issues/external references

Fixes #

Types of changes

  • Bug fix (non-breaking change which fixes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
    • This change is only breaking for integrators, not for external standards or end-users.
  • Documentation improvement
  • ci/cd improvement

PR checklist

@pifou25 pifou25 force-pushed the feat/validate_composer branch 2 times, most recently from 1af005c to 2544e0f Compare September 21, 2024 22:40
add php:7.4 as required and min platform
update composer.lock
@zoic21
Copy link
Contributor

zoic21 commented Sep 22, 2024

Bonjour,
Par contre la c'est le meme composer.lock qu'on soit en php 7 ou 8 ?

@pifou25
Copy link
Contributor Author

pifou25 commented Sep 22, 2024

oui c'est le même et on s'assure qu'il est valide pour les 2 versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants