Skip to content

Commit 837d54f

Browse files
committed
build PHP 8 images
1 parent 8d3d528 commit 837d54f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.env-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ PHP_IMAGE_NAME=local/dmstr/php-yii2
22
PHP_IMAGE_VERSION=latest
33
GITHUB_API_TOKEN=0000000000000000000000000000000000000000
44

5-
PHP_BASE_IMAGE_VERSION=7.4
5+
PHP_BASE_IMAGE_VERSION=8.0

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
before_script:
1414
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
1515
- export COMPOSE_PROJECT_NAME=${ISOLATION}${CI_BUILD_NAME}
16-
- export PHP_BASE_IMAGE_VERSION=7.4
16+
- export PHP_BASE_IMAGE_VERSION=8.0
1717
- export PHP_IMAGE_VERSION=$(git describe --always --dirty --tags)
1818
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}
1919
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Changelog
1717

1818
### 8.x
1919

20-
- using updated yii2 images, different system package installation
20+
- using updated yii2 images
21+
- different system package installation
22+
- composer 2
2123

2224
### 7.x
2325

0 commit comments

Comments
 (0)