-
Notifications
You must be signed in to change notification settings - Fork 46
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
Use Symfony 4.4 (current LTS) #21
Labels
task
Some task to complete
Comments
Pity about this is the Sympathy 4.4 requires php71. So:
|
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 11, 2020
Just bump all the symfony requirements to 4.4, also bumping other dependencies. Importantly, this requires PHP 7.1.3 or later (versus current PHP 7.0). Implications are: 1) People will need to stop testing things with 7.0 2) Minimum Moodle version supported will be 3.2 (versus current 3.0) This will fix moodlehq#21 if agreed to be route.
Results with just versions and dependencies updated: https://travis-ci.org/github/stronk7/moodle-plugin-ci/builds/726331973 |
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 15, 2020
That makes a number of components to be also updated to 3.4.x and requires php >7.0.8 (instead of 7.0.0). A step before moodlehq#21
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 15, 2020
Just bump all the symfony requirements to 4.4, also bumping other dependencies. Importantly, this requires PHP 7.1.3 or later (versus current PHP 7.0). Implications are: 1) People will need to stop testing things with 7.0 2) Minimum Moodle version supported will be 3.2 (versus current 3.0) This will fix moodlehq#21 if agreed to be the route.
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 15, 2020
That makes a number of components to be also updated to 3.4.x and requires php >7.0.8 (instead of 7.0.0). This also changes the default node-version to '' (empty string) because now defaults are handled different. Being strict, that option surely should be optional, not required. A step before moodlehq#21
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 15, 2020
That makes a number of components to be also updated to 3.4.x and requires php >7.0.8 (instead of 7.0.0). This also changes the default node-version to '' (empty string) because now defaults are handled different. Being strict, that option surely should be optional, not required. A step before moodlehq#21
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 15, 2020
That makes a number of components to be also updated to 3.4.x and requires php >7.0.8 (instead of 7.0.0). Also updated psalm-baseline.xml to ignore 'node-version' potential wrong assignment values. Note I've not run --update-baseline because it comes with other changes that I don't want to modify now (removing some options). I leave that for the experts because I'm not sure how the baseline is decided and which part is automatic or manual. A step before moodlehq#21
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 15, 2020
Just bump all the symfony requirements to 4.4, also bumping other dependencies. Importantly, this requires PHP 7.1.3 or later (versus current PHP 7.0). Implications are: 1) People will need to stop testing things with 7.0 2) Minimum Moodle version supported will be 3.2 (versus current 3.0) This will fix moodlehq#21 if agreed to be the route.
stronk7
added a commit
to stronk7/moodle-plugin-ci
that referenced
this issue
Sep 16, 2020
That makes a number of components to be also updated to 3.4.x and requires php >7.0.8 (instead of 7.0.0). Also updated psalm-baseline.xml to ignore 'node-version' potential wrong assignment values. Note I've not run --update-baseline because it comes with other changes that I don't want to modify now (removing some options). I leave that for the experts because I'm not sure how the baseline is decided and which part is automatic or manual. A step before moodlehq#21
kabalin
added a commit
to kabalin/moodle-plugin-ci
that referenced
this issue
Feb 3, 2021
This can be reverted when moodlehq#21 is addressed.
kabalin
added a commit
to kabalin/moodle-plugin-ci
that referenced
this issue
Feb 3, 2021
This can be reverted when moodlehq#21 is addressed.
kabalin
added a commit
to kabalin/moodle-plugin-ci
that referenced
this issue
Feb 3, 2021
This can be reverted when moodlehq#21 is addressed.
Closing this is favor of #151 , that is using Symfony 5, already in master branch and near 4.0.0 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Symfony 3.4 support comes to end in 11/2020, we need to switch Symfony packages to current LTS version: https://symfony.com/releases/4.4
The text was updated successfully, but these errors were encountered: