Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 1bb2ac6

Browse files
committed
Upgrade PGO tools and apps
1 parent 050caa5 commit 1bb2ac6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pgo/cases/joomla/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"joomla_zip_url": "https://github.com/joomla/joomla-cms/releases/download/3.8.11/Joomla_3.8.11-Stable-Full_Package.zip",
2+
"joomla_zip_url": "https://github.com/joomla/joomla-cms/releases/download/3.9.13/Joomla_3.9.13-Stable-Full_Package.zip",
33
"type": "web",
44
"srv_http": "nginx",
55
"srv_db": "mariadb"

pgo/cases/symfony_demo/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"symfony_phar_url": "https://symfony.com/installer",
2+
"symfony_phar_url": "https://get.symfony.com/symfony.phar",
33
"type": "web",
44
"srv_http": "nginx",
55
"srv_db": null

pgo/cases/symfony_demo_pdo_mysql/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"symfony_demo_version": "v1.2.5",
2+
"symfony_demo_version": "v1.4.4",
33
"type": "web",
44
"srv_http": "nginx",
55
"srv_db": "mariadb"

pgo/cases/wordpress/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"wp_cli_phar_url": "https://github.com/wp-cli/wp-cli/releases/download/v2.0.0/wp-cli-2.0.0.phar",
2+
"wp_cli_phar_url": "https://github.com/wp-cli/wp-cli/releases/download/v2.4.0/wp-cli-2.4.0.phar",
33
"wptest_zip_url": "https://github.com/poststatus/wptest/archive/master.zip",
44
"type": "web",
55
"srv_http": "nginx",

pgo/tpl/mariadb/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pkg_url": "https://downloads.mariadb.com/MariaDB/mariadb-5.5.61/win32-packages/mariadb-5.5.61-win32.zip",
2+
"pkg_url": "https://downloads.mariadb.com/MariaDB/mariadb-5.5.66/win32-packages/mariadb-5.5.66-win32.zip",
33
"host": "localhost",
44
"port": 3307,
55
"user": "root",

pgo/tpl/nginx/phpsdk_pgo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pkg_url": "http://nginx.org/download/nginx-1.15.2.zip",
2+
"pkg_url": "https://nginx.org/download/nginx-1.17.6.zip",
33
"host": "127.0.0.1",
44
"port": 8081
55
}

0 commit comments

Comments
 (0)