Draft: Resolve "Compatibilité PHP 8.1"
Closes #139
Rapports de requête de fusion
Activité
changed milestone to %Compatibilité PHP 8.10+
assigned to @nono
added 7 commits
- c99f879f - Update virtual env with a PHP version role to install php 8.1
- 7e6e2014 - Update dev environnement installation
- 2d082553 - Update ansible role to install don
- a0b0e7ae - Update dependencies for php 8.1, closes #120
- 80140351 - Update testing of depedencies for php 8.1, closes #121
- 9e8e0a62 - Update seeds signature and configuration
- 846bcf57 - Fix gitignore, update lockfile for composer
Afficher/masquer la liste des validations10 10 don_domaine: "don.test.lqdn.fr" 11 11 12 12 don_checksum_needed: "55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae" 13 don_git_branch: "122-suppression-des-pi-plomes" 13 don_git_branch: "139-compatibilite-php-8-1" Thing is, when we merge into a stable branch, that stable branch won't be deployed with that configuration file. It's expected that when you develop on a dev branch, you update that configuration file.
But we could otherwise push a "empty" file ( variables exist, but they are not completed. ), and then ignore the updates to this configuration file when we push. Like that we don't have the issue with the branch being wrong or non-existing. Could it be a good solution ?
If this is supposed to be a dummy/template file, yeah then it's best to either remove the needed file and have a separate template file and ask the user/have a script to create the correct one on first clone, or to keep a correct working one with the correct name and add it in the
.gitignore
(it's still possible to commit changes to files presents in a.gitignore
by forcing it), this way you update only changes needed for everyone.changed this line in version 2 of the diff