Skip to content

Commit fe0bb00

Browse files
committed
Bump PHP to 8.2 in Docker test container
1 parent 7a0f0bc commit fe0bb00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.1
1+
ARG PHP_VERSION=8.2
22

33
FROM php:${PHP_VERSION}-cli
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414

1515
mongodb:
1616
container_name: mongodb
17-
image: mongodb/mongodb-atlas-local:latest
17+
image: mongodb/mongodb-atlas-local:8.0.8
1818
ports:
1919
- "27017:27017"
2020
healthcheck:

0 commit comments

Comments
 (0)