File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
"id" : " php" ,
3
3
"name" : " PHP" ,
4
4
"description" : " Installs PHP into the Dev Environment" ,
5
- "version" : " 2.7.1 " ,
5
+ "version" : " 2.7.2 " ,
6
6
"documentationURL" : " https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/php" ,
7
7
"options" : {
8
8
"version" : {
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ case "${ID_LIKE}" in
512
512
curl -SLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
513
513
dpkg -i /tmp/debsuryorg-archive-keyring.deb
514
514
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
516
516
;;
517
517
518
518
" ubuntu" )
You can’t perform that action at this time.
0 commit comments