-
Notifications
You must be signed in to change notification settings - Fork 278
Symfony 7.4 upgrade #3240
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
base: main
Are you sure you want to change the base?
Symfony 7.4 upgrade #3240
Changes from 14 commits
1e265e6
c516712
881eeff
f6fe982
1dfc1b6
36eedd0
99ed6fc
dda2f53
7d2e06b
4f1016f
d584b44
c9755ce
92c1341
ca4f47d
51f1c87
8751369
cffe8d6
bec1ed5
1099c62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ section_start "Configure PHP" | |
| PHPVERSION=$(php -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";') | ||
| export PHPVERSION | ||
| echo "$PHPVERSION" | tee -a "$ARTIFACTS"/phpversion.txt | ||
| sudo apt-get -y purge "php$PHPVERSION-redis" | ||
|
||
| section_end | ||
|
|
||
| section_start "Run composer" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,3 +27,4 @@ composer* | |
| ./doc/logos | ||
| ./m4 | ||
| ./webapp/tests/Unit/Fixtures | ||
| ./webapp/config/reference.php | ||
Uh oh!
There was an error while loading. Please reload this page.