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

Clean the CI setup #368

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

Clean the CI setup #368

wants to merge 1 commit into from

Conversation

stof
Copy link
Contributor

@stof stof commented Oct 21, 2024

  • Remove jobs allowed to fail for stable PHP versions (keeping only jobs that requires passing, making that the default)
  • Add CI jobs for PHP 8.2 and 8.3
  • Add an experimental (i.e. allowed to fail) job for PHP 8.4
  • Remove the variant from the matrix as it is always normal
  • Remove the step fetching the composer cache location as this location is never used
  • Upgrade the ramsey/composer-install action to avoid deprecation warnings

- Remove jobs allowed to fail for stable PHP versions (keeping only jobs that requires passing, making that the default)
- Add CI jobs for PHP 8.2 and 8.3
- Add an experimental (i.e. allowed to fail) job for PHP 8.4
- Remove the `variant` from the matrix as it is always `normal`
- Remove the step fetching the composer cache location as this location is never used
- Upgrade the `ramsey/composer-install` action to avoid deprecation warnings
@stof
Copy link
Contributor Author

stof commented Oct 21, 2024

failures with Symfony 7 are being handled in #369

@stof
Copy link
Contributor Author

stof commented Oct 21, 2024

@monteiro which solution do you prefer ?

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.

1 participant