Skip to content

Commit 4809597

Browse files
committed
build: update slimdeluxe/php images to v1.5 and add Playwright dependencies setup
1 parent 0b17009 commit 4809597

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.lando.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
APP_BASE_PATH: "/app/workbench"
1515
TESTBENCH_WORKING_PATH: "/app"
1616
overrides:
17-
image: slimdeluxe/php:8.3-v1.4
17+
image: slimdeluxe/php:8.3-v1.5
1818
platform: linux/amd64
1919
run:
2020
- composer install --no-interaction --prefer-dist

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"@php -r \"if (!file_exists('workbench/.env')) { copy('workbench/.env.example', 'workbench/.env'); echo '.env file created from .env.example\\n'; }\"",
8080
"@php vendor/bin/testbench key:generate --ansi",
8181
"npm install",
82+
"npx playwright install --with-deps",
8283
"@php vendor/bin/testbench vendor:publish --tag='filament-shield-config'",
8384
"@php vendor/bin/testbench vendor:publish --tag='eclipse-common-config'",
8485
"@php vendor/bin/testbench filament:assets",

env/php-8.4/.lando.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
via: cli
66
app_mount: delegated
77
overrides:
8-
image: slimdeluxe/php:8.4-v1.4
8+
image: slimdeluxe/php:8.4-v1.5
99
volumes:
1010
# Mount the project root directory to /app
1111
- "../..:/app"

env/php-8.5/.lando.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
via: cli
66
app_mount: delegated
77
overrides:
8-
image: slimdeluxe/php:8.5-v1.4
8+
image: slimdeluxe/php:8.5-v1.5
99
volumes:
1010
# Mount the project root directory to /app
1111
- "../..:/app"

0 commit comments

Comments
 (0)