File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "id" : " php" ,
33 "name" : " PHP" ,
44 "description" : " Installs PHP into the Dev Environment" ,
5- "version" : " 2.7.1 " ,
5+ "version" : " 2.7.2 " ,
66 "documentationURL" : " https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/php" ,
77 "options" : {
88 "version" : {
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ case "${ID_LIKE}" in
512512 curl -SLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
513513 dpkg -i /tmp/debsuryorg-archive-keyring.deb
514514 rm -f /tmp/debsuryorg-archive-keyring.deb
515- echo " deb https://packages.sury.org/php/ ${CODENAME} main" > /etc/apt/sources.list.d/php.list
515+ echo " deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ ${CODENAME} main" > /etc/apt/sources.list.d/php.list
516516 ;;
517517
518518 " ubuntu" )
You can’t perform that action at this time.
0 commit comments