We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b704d4 commit b6fff30Copy full SHA for b6fff30
Dockerfile
@@ -1,5 +1,5 @@
1
ARG COMPOSER_VERSION=2.3
2
-ARG PHP_VERSION=8.0
+ARG PHP_VERSION=8.3
3
4
FROM composer:${COMPOSER_VERSION} AS composer
5
FROM mlocati/php-extension-installer AS php_extension_installer
docker-compose.yml
@@ -5,7 +5,7 @@ services:
target: php
6
args:
7
COMPOSER_VERSION: "2.3"
8
- PHP_VERSION: "8.0"
+ PHP_VERSION: "8.3"
9
command: ["composer", "test"]
10
volumes:
11
- ./:/package:delegate
0 commit comments