Skip to content

Commit 417f42a

Browse files
committed
Upgrade to nginx 1.29.1, PHP 8.4.13, PHPUnit 12.2.6, Xdebug 3.4.6, redis 8.2.2 and MariaDB 12.0.2
1 parent 85118ac commit 417f42a

File tree

4 files changed

+148
-88
lines changed

4 files changed

+148
-88
lines changed

compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nginx:
3-
image: "nginx:1.29.0-alpine"
3+
image: "nginx:1.29.1-alpine"
44
restart: always
55
working_dir: /app
66
links:
@@ -24,12 +24,12 @@ services:
2424
XDEBUG_MODE: "coverage"
2525

2626
redis:
27-
image: "redis:8.0.2-alpine"
27+
image: "redis:8.2.2-alpine"
2828
environment:
2929
ALLOW_EMPTY_PASSWORD: "yes"
3030

3131
mariadb:
32-
image: "mariadb:11.8.2"
32+
image: "mariadb:12.0.2"
3333
restart: always
3434
working_dir: /app
3535
volumes:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"php": ">=8.4"
44
},
55
"require-dev": {
6-
"phpunit/phpunit": "12.2.6"
6+
"phpunit/phpunit": "12.4.0"
77
},
88
"autoload": {
99
"psr-4": {

0 commit comments

Comments
 (0)