MTM No snow #49

Merged
jonny merged 13 commits from develop into main 2025-07-01 17:57:24 +02:00
Showing only changes of commit fe48864f39 - Show all commits

Laravel Sail dependency updates

Update PHP to v8.4
Update PostgreSQL to v17
Jonny Barnes 2025-06-30 19:27:39 +01:00
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -2,7 +2,7 @@
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.3
context: ./vendor/laravel/sail/runtimes/8.4
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
@ -26,7 +26,7 @@ services:
- pgsql
- redis
pgsql:
image: 'postgres:16'
image: 'postgres:17'
ports:
- '${FORWARD_DB_PORT:-5432}:5432'
environment: