Skip to content

Commit b6fff30

Browse files
committed
Bump PHP version on Docker
1 parent 8b704d4 commit b6fff30

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,5 +1,5 @@
11
ARG COMPOSER_VERSION=2.3
2-
ARG PHP_VERSION=8.0
2+
ARG PHP_VERSION=8.3
33

44
FROM composer:${COMPOSER_VERSION} AS composer
55
FROM mlocati/php-extension-installer AS php_extension_installer

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
target: php
66
args:
77
COMPOSER_VERSION: "2.3"
8-
PHP_VERSION: "8.0"
8+
PHP_VERSION: "8.3"
99
command: ["composer", "test"]
1010
volumes:
1111
- ./:/package:delegate

0 commit comments

Comments
 (0)