Skip to content

Commit

Permalink
test: update php scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jun 1, 2024
1 parent b9b3373 commit cd47cb0
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions features/test/php/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,56 @@
"alpine-81": {
"image": "ghcr.io/automattic/vip-codespaces/alpine-base:latest",
"overrideCommand": false,
"containerEnv": {
"PHP_VERSION": "8.1"
},
"features": {
"php": {
"version": "8.1",
"composer": true
},
"mailpit": {},
"vip-cli": {}
"vip-cli": {},
"xdebug": {}
},
"overrideFeatureInstallOrder": [
"./php",
"./xdebug",
"./mailpit",
"./vip-cli"
]
},
"alpine-82": {
"image": "ghcr.io/automattic/vip-codespaces/alpine-base:latest",
"overrideCommand": false,
"containerEnv": {
"PHP_VERSION": "8.2"
},
"features": {
"php": {
"version": "8.2",
"composer": true
},
"mailpit": {},
"vip-cli": {}
"vip-cli": {},
"xdebug": {}
},
"overrideFeatureInstallOrder": [
"./php",
"./xdebug",
"./mailpit",
"./vip-cli"
]
},
"alpine-83": {
"image": "ghcr.io/automattic/vip-codespaces/alpine-base:latest",
"overrideCommand": false,
"containerEnv": {
"PHP_VERSION": "8.3"
},
"features": {
"php": {
"version": "8.3",
"composer": true
},
"mailpit": {},
"vip-cli": {}
"vip-cli": {},
"xdebug": {}
},
"overrideFeatureInstallOrder": [
"./php",
"./xdebug",
"./mailpit",
"./vip-cli"
]
Expand All @@ -63,59 +60,56 @@
"ubuntu-81": {
"image": "ghcr.io/automattic/vip-codespaces/ubuntu-base:latest",
"overrideCommand": false,
"containerEnv": {
"PHP_VERSION": "8.1"
},
"features": {
"php": {
"version": "8.1",
"composer": true
},
"mailpit": {},
"vip-cli": {}
"vip-cli": {},
"xdebug": {}
},
"overrideFeatureInstallOrder": [
"./php",
"./xdebug",
"./mailpit",
"./vip-cli"
]
},
"ubuntu-82": {
"image": "ghcr.io/automattic/vip-codespaces/ubuntu-base:latest",
"overrideCommand": false,
"containerEnv": {
"PHP_VERSION": "8.2"
},
"features": {
"php": {
"version": "8.2",
"composer": true
},
"mailpit": {},
"vip-cli": {}
"vip-cli": {},
"xdebug": {}
},
"overrideFeatureInstallOrder": [
"./php",
"./xdebug",
"./mailpit",
"./vip-cli"
]
},
"ubuntu-83": {
"image": "ghcr.io/automattic/vip-codespaces/ubuntu-base:latest",
"overrideCommand": false,
"containerEnv": {
"PHP_VERSION": "8.3"
},
"features": {
"php": {
"version": "8.3",
"composer": true
},
"mailpit": {},
"vip-cli": {}
"vip-cli": {},
"xdebug": {}
},
"overrideFeatureInstallOrder": [
"./php",
"./xdebug",
"./mailpit",
"./vip-cli"
]
Expand Down

0 comments on commit cd47cb0

Please sign in to comment.