Dev-env: Remove 8.0 & 7.4 from available PHP versions #1870
Annotations
5 errors
vip dev-env configuration file › should create a new environment with full configuration from file:
__tests__/devenv-e2e/011-configuration-file.spec.js#L163
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -8,11 +8,11 @@
"muPlugins": ObjectContaining {
"mode": "image",
},
"multisite": true,
"photon": true,
- "php": StringContaining ":8.0",
+ "php": "ghcr.io/automattic/vip-container-images/php-fpm:8.2",
"phpmyadmin": true,
"siteSlug": "dev-env-0001-0004",
"wordpress": ObjectContaining {
"mode": "image",
"tag": "6.1",
at Object.toMatchObject (__tests__/devenv-e2e/011-configuration-file.spec.js:163:18)
|
Run E2E Tests, shard 3
Process completed with exit code 1.
|
vip dev-env create › should use sane defaults:
__tests__/devenv-e2e/001-create.spec.js#L90
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -8,11 +8,11 @@
"muPlugins": Object {
"mode": "image",
},
"multisite": false,
"photon": false,
- "php": StringContaining ":8.0",
+ "php": "ghcr.io/automattic/vip-container-images/php-fpm:8.2",
"phpmyadmin": false,
"siteSlug": "dev-env-0001-0003",
"wordpress": ObjectContaining {
"mode": "image",
"tag": Any<String>,
at Object.toMatchObject (__tests__/devenv-e2e/001-create.spec.js:90:18)
|
vip dev-env create › should be configurable via command line:
__tests__/devenv-e2e/001-create.spec.js#L144
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -8,11 +8,11 @@
"muPlugins": ObjectContaining {
"mode": "image",
},
"multisite": true,
"photon": true,
- "php": StringContaining ":8.0",
+ "php": "ghcr.io/automattic/vip-container-images/php-fpm:8.2",
"phpmyadmin": true,
"siteSlug": "dev-env-0001-0004",
"wordpress": ObjectContaining {
"mode": "image",
"tag": "6.1",
at Object.toMatchObject (__tests__/devenv-e2e/001-create.spec.js:144:18)
|
Run E2E Tests, shard 1
Process completed with exit code 1.
|