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 support for Symfony 7 #324

Merged
merged 15 commits into from
Sep 4, 2024
Merged

Add support for Symfony 7 #324

merged 15 commits into from
Sep 4, 2024

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Apr 9, 2024

No description provided.

@loic425 loic425 force-pushed the symfony-7 branch 2 times, most recently from 9370c9c to 566b86b Compare April 9, 2024 08:10
@loic425 loic425 force-pushed the symfony-7 branch 2 times, most recently from 7294562 to 28f9d1e Compare June 5, 2024 08:15
@loic425 loic425 mentioned this pull request Jun 5, 2024
74 tasks
.github/workflows/build.yml Show resolved Hide resolved
name: "PHP ${{ matrix.php }}${{ matrix.symfony != '' && format(', Symfony {0}', matrix.symfony) || '' }}${{ matrix.currency-bundle != '' && format(', CurrencyBundle {0}', matrix.currency-bundle) || '' }}${{ matrix.postgres != '' && format(', PostgresSQL {0}', matrix.postgres) || '' }}"
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
php: ["8.1", "8.2", "8.3"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're allowing installation with PHP 8.0, I think we should leave at least a single build for it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be for upgrading minimum PHP to 8.1 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, I bump php version on Bundle and composer.json

name: "PHP ${{ matrix.php }}${{ matrix.symfony != '' && format(', Symfony {0}', matrix.symfony) || '' }}${{ matrix.currency-bundle != '' && format(', CurrencyBundle {0}', matrix.currency-bundle) || '' }}${{ matrix.postgres != '' && format(', PostgresSQL {0}', matrix.postgres) || '' }}"
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
php: ["8.1", "8.2", "8.3"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be for upgrading minimum PHP to 8.1 🤔

@@ -13,23 +13,30 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we would like to add support for SF7 with this PR, I'm not sure if this flag is needed 🤔

@GSadee GSadee added the Maintenance Configurations, READMEs, releases, etc. label Sep 4, 2024
@GSadee GSadee merged commit 7cbfbca into 1.13 Sep 4, 2024
19 checks passed
@GSadee
Copy link
Member

GSadee commented Sep 4, 2024

Thank you, Loïc! 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants